/*copyright © Denis Derebizov reset.css : version 21.08.2013 (based on Eric Mayer Reset http://meyerweb.com) */
/*prevents iOS text size adjust after orientation change, without disabling user zoom*/
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{line-height:1;color:black;background:white;}
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,font,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,ruby,section,summary,dialog,
meter,rt,rp,command,datalist,keygen,output,
source,time,mark,audio,video,track,progress{
	margin: 0; padding: 0;
	border: 0; outline: 0;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,summary,figcaption,main
footer,header,hgroup,menu,nav,section,progress{display:block;}
bdi,figure,mark,meter,ruby,rt,rp,time,wbr{display:inline;}
audio,canvas,video{display:inline-block;}
img,a img,fieldset{border:0;}
/*improves image quality when scaled in IE 7*/
img{-ms-interpolation-mode:bicubic;vertical-align:middle;}
:active,:focus{outline:none;-moz-outline-style:none;}
/*remove the gray background color from active links in IE 10*/
a{background:transparent;}
/*address 'outline' inconsistency between Chrome and other browsers*/
a:focus{outline:thin dotted;}
/*improve readability when focused and also mouse hovered in all browsers*/
a:active,a:hover{outline:none;}
ul,ol{list-style:none;}
q:before,q:after{content:'';}
blockquote,q{quotes:none;}
s,ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:inherit;}
th,td{vertical-align:top;}
caption,th{text-align:left;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
svg:not(:root){overflow:hidden;}
abbr,acronym{border:0;font-variant:normal;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
b,strong{font-weight:bold;}
small{font-size:75%;}
legend{color:black;}
[hidden],template{display:none;}
audio:not([controls]){display:none;height:0;}
input,button,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;}
button,select{text-transform:none;}
button,input{line-height:normal;}
button[disabled],input[disabled]{cursor:default;}
button{overflow:visible;} /* kill padding in IE */
textarea {overflow:auto;vertical-align:top;}
/*removes inner padding and search cancel button in Safari 5 and Chrome on OS X*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
/*addresses box sizing set to content-box in IE 8/9. Removes excess padding in IE 8/9*/
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio' and 'video' controls.
 * 2. Corrects inability to style clickable 'input' types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type 'input' and others. */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}