* {
	box-sizing: border-box;
	outline: none;
    
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}

/*---------------------------------------------------------------------------------------*/

body { margin: 0; }

/*---------------------------------------------------------------------------------------*/

#scrollbar,
#scrollbar * { box-sizing: content-box; }

/*---------------------------------------------------------------------------------------*/

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child { margin-top: 0; }

/*---------------------------------------------------------------------------------------*/

img {
    display: block; max-width: 100%; height: auto;
}

/*---------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: inherit;
}

/*---------------------------------------------------------------------------------------*/

p > a, li > a { color: cornflowerblue; }
p > a:hover, li > a:hover { text-decoration: underline; }

/*---------------------------------------------------------------------------------------*/

strong { font-weight: 700; }

/*---------------------------------------------------------------------------------------*/

input {
    max-width: none;
    min-width: 0;
}

/*---------------------------------------------------------------------------------------*/

p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }

/*---------------------------------------------------------------------------------------*/

ul,
ol { margin: 10px 0; padding: 0 0 0 25px; }
ul:first-child,
ol:first-child { margin-top: 0; }
ul:last-child,
ol:last-child { margin-bottom: 0; }

/*---------------------------------------------------------------------------------------*/

a[href^="http://maps.google.com/maps"], a[href^="https://maps.google.com/maps"] { display:none !important; }
.gmnoprint a, .gmnoprint span, .gm-style-cc { display:none; }