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

html {
    background: #fff;
    color: #000;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    }

html,
input,
select {
    font-family: sans-serif;
    color: #222;
    }

body {
    margin: 0;
    }

a:focus {
    outline: thin dotted;
    }

a:active,
a:hover {
    outline: 0;
    }

p {
    margin: 1em 0;
    }

dl,
ol,
ul {
    margin: 0 0;
    }

dd {
    margin: 0 0 0 0;
    }

ol,
ul {
    padding: 0 0 0 0;
    }

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    }

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
    }

figure {
    margin: 0;
    }

html {
    font-size: 1em;
    line-height: 1.4;
    }

::-moz-selection {
    background: #e6e9eb;
    text-shadow: none;
    }

::selection {
    background: #e6e9eb;
    text-shadow: none;
    }

img {
    vertical-align: middle;
    }