@charset "UTF-8";
html{
box-sizing:border-box;
height:100%;
background-color:#FBFCFC;
color:#3C3D43;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
font: 100%/1.45;
}
*,*:before,*:after{
box-sizing:inherit;
-webkit-box-sizing:inherit;
-moz-box-sizing:inherit;
}
a,body,div,form,h1,h2,h3,h4,h5,h6,html,img,label,li,ol,p,span,textarea,ul{
margin:0;
padding:0;
}
body{
background: #FBFCFC;
min-height:100%;
}
a{
background-color:transparent;
-webkit-text-decoration-skip:objects;
}
a:active,
a:hover{
outline-width:0;
}
img{
border-style:none;
}
ol,ul{
list-style:none;
}
button,input,optgroup,select,textarea{
margin:0;
}
audio,embed,img,iframe,object,video{
height:auto;
max-width:100%;
}
table{
border-collapse:collapse;
border-spacing:0;
}
td,th{
padding: 0;
text-align:left;
vertical-align:top;
}