﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; color: inherit; vertical-align: baseline;
}

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

html {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-family: sans-serif;
}

*, *:before, *:after {
	outline: 0; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

::placeholder {
	color: #ccc; opacity: 1; font-weight: normal; font-size: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
::-webkit-input-placeholder {
	color: #ccc; font-weight: normal; font-size: 100%;
}

:-moz-placeholder {
	color: #ccc; font-weight: normal; font-size: 100%;
}

::-moz-placeholder {
	color: #ccc; font-weight: normal; font-size: 100%;
}

:-ms-input-placeholder {
	color: #ccc; font-weight: normal; font-size: 100%;
}

::-ms-clear, ::-ms-reveal {
	display: none !important
}

table {
	border-collapse: collapse; border-spacing: 0;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button, input, select, textarea {
	color: inherit; font: inherit; margin: 0; padding: 0; border: 0; display: inline-block; vertical-align: middle;
}

*:focus {
	outline: none !important;
	box-shadow: none;
	 -webkit-box-shadow: none;
}

button, input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {
	-webkit-appearance: button; cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

textarea {
	overflow: auto;
}

[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

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

hr {
	height: 1px; color: inherit; border: 0px; background-color: inherit"; display: block;
}

::-ms-clear, ::-ms-reveal{ display: none !important}