/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

EraserDust.ttf html{
    height: 100%;
}


img{
    border: none;
}

textarea{
    overflow: auto;
    resize: none;
}

a:focus,
a:hover,
a:active{
    text-decoration: none;
    outline: none;
    transition: .3s;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover{
    outline: 0px !important;
    -webkit-appearance: none;
}

button:focus{
    outline: 0px !important;
    -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after{
    display: table;
    content: "";
}

.clearfix:after{
    clear: both;
}

.clearfix{
    zoom: 1;
}

.fl{
    float: left;
}

.fr{
    float: right;
}
.tc{
    text-align: center;
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}

.inflex{
    display: inline-flex;
}
.inblock{
    display: inline-block;
}
.abs{
    position: absolute;
}
.rel{
    position: relative;
}
.show{
    display: block;
}
.hide{
    display: none !important;
}

.fz12{
	font-size: 12px;
}
.fz14{
	font-size: 14px;
}
.fz15{
    font-size: 15px;
}
.fz16{
    font-size: 16px;
}
.fz17{
    font-size: 17px;
}
.fz18{
	font-size: 18px;
}
.fz24{
	font-size: 24px;
}
b{
    font-weight: bold;
}

.padding-none {
    padding: 0 !important;
}
.vcenter {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}
.table-ellipsis{
    max-width: 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}