/* Based on: HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

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

button
input,
select,
textarea {
    color: #222;
}

a {
    display: inline-block;
}

a[target="_blank"]:before {
    content: "» ";
}

p {
    margin: 0;
}

p + p {
    margin-top: 1.5em; /* 24px */
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0; /* 16px 0 */
    padding: 0;
    border: 0;
    border-top: 1px solid #CCC;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
