*, *::before, *::after{
	box-sizing: initial;
}
html {
	font-size: 76%;
}
body {
	line-height: 1;
	font-size: initial;
	color: inherit;
}
label, .label{
	color: inherit;
}
p,
ol,
ul,
label,
.label,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
blockquote {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: inherit;
}
table {
	border-collapse: separate;
}
img {
	vertical-align: inherit;
}
input, textarea {
	line-height: normal;
}
.gm-interaction blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: inherit;
}
legend{
    margin-bottom: initial;
    font-size: inherit;
    border-bottom: none;
    width: auto;
	color: inherit; /* stop bootstrap from overriding our color corrections on legends */
}
.small{
    font-size: inherit;
}
select{
	font-size: initial;
}
.btn-default,
.open > .dropdown-toggle.btn-default,
.dropdown-header {
    color: inherit;
	background-color: inherit;
}
.browser_ie.browserVer_11 .btn-default{
	background-color: transparent;
}
caption{
    color: initial;
}
a:hover,
a:focus {
    text-decoration: none;
}
