abbr[title] {
    border-bottom: none;
    text-decoration: none;
}
a {
    background: transparent;
    text-decoration: none;
}
a:focus {
    outline: thin dotted #ddd;
}
a:active,
a:hover {
    outline: 0;
}
article,
figcaption,
figure,
footer,
header,
main,
section {
    box-sizing: border-box;
    display: block;
}
[hidden] {
    display: none;
}
b {
    font-weight: bolder;
}
body,
figure,
h1,
h2,
header,
p {
    margin: 0;
    padding: 0;
}
figcaption,
h1,
h2,
p {
    font-size: 18px;
    line-height: 1;
}
html {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img {
    vertical-align: text-bottom;
    border-style: none;
}
small {
    font-size: 0.875em
}