/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
}
table,
td,
tr,
th {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
}
label {
    display: block;
}
html {
}
html,
body {
    height: auto;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
sup {
    valign: super;
    font-size: 70%;
    line-height: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
}
video {
	width: 100%;
	background: #000;
}