* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    font: inherit;
}
*,
body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    color: #444;
    font: 12px/1.4 'HelveticaNeue-Light', 'helvetica neue light', 'helvetica neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    background-color: #fff;
}
header, nav, section, article, details, figcaption, figcaption, aside, footer {
    display: block;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}
h1 {
    margin: 10px 0;
    font-size: 22px;
}
h2 {
    margin: 8px 10px;
    font-size: 20px;
}
h3, h4, h5 {
    margin: 5px 0;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
p, ul, ol {
    margin-bottom: 5px;
}
ul, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}

b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
u {
    text-decoration: underline;
}
s {
    text-decoration: line-through;
}

sub, sup {
    height: 0;
    line-height: 1;
    position: relative;
}
sub {
    top: .5ex;
}
sup {
    bottom: 1ex;
}

:disabled {
    background: #eee !important;
    border-color: #ccc !important;
    color: #555 !important;
    pointer-events: none;
}

@viewport  {
    user-zoom: fixed;
}
