﻿/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

body, mark {
    color: #000
}

.clearfix:after, .clearfix:before, blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-height: 100%
}

body {
    margin: 0;
    line-height: 1;
    background: #fff
}

a:focus {
    outline: dotted thin
}

:focus, a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0
}

pre {
    white-space: pre-wrap
}

sub, sup {
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0
}

button {
    background: 0 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

select {
    -webkit-appearance: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

li, ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: 400
}

blockquote, q {
    quotes: "" ""
}

a, a:hover, a:visited {
    text-decoration: none
}

button, fieldset, input, select, textarea {
    font-size: inherit;
    color: inherit;
    border: none;
    border-radius: 0
}

img {
    width: 100%;
    height: auto
}

.clearfix:after, .clearfix:before {
    display: table
}

.clearfix:after {
    clear: both
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
