element.style {
}
@media only screen and (max-width: 420px)
#logo .emblem img {
    max-width: 44%;
}
@media only screen and (max-width: 767px)
#logo .emblem img {
    max-height: 110px;
}
#logo .emblem img {
    max-height: 115px;
    display: inline-block;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#logo .emblem {
    /* float: left; */
    margin-right: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
a {
    color: #0e60ab;
}
a {
    color: #337ab7;
    text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
@media only screen and (max-width: 420px)
#logo {
    font-size: .7em;
}
@media only screen and (max-width: 767px)
#logo {
    text-align: center;
    font-size: .8em;
}
body {
    background: #a0a0a0;
    line-height: 1.2;
    color: #222;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1em;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
html {
    font-size: 14px;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}