/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}


/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

dt,
dd {
    line-height: 1;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0a6dee;
}

body {
    line-height: 30px;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #8f8f8f;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #4a4a4a;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}