@charset "UTF-8";

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, h1, h2, h3, h4, h5, h6, img, small, strong, sub, li, form, label, table, tr, td, footer, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
div {
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Links
================================================== */
a, a:visited { color: inherit; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #F80; }
p a, p a:visited { line-height: inherit; }

/* #Clearfix
================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    /*display: table;*/
}
.clearfix:after {
    clear: both;
}