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;

}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}

html {

    font-family:sans-serif;

    -ms-text-size-adjust:100%; /* ie */

    -webkit-text-size-adjust:100%; /* IOS */

}

body {

	line-height: 1;

    overflow-scrolling:touch; /* mobile scrolling */

    -webkit-overflow-scrolling:touch;

}

ol, ul {

	list-style: none;

}

blockquote:before, blockquote:after, q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

img {

    vertical-align:middle;

    border:0;

}

a {

    font-family:inherit;

    color:inherit;

    text-decoration:none;

}

.clearfix:after {

    content:'';

    clear:both;

    display:block;

}

button, input, optgroup, select, textarea {

    color: inherit;

    font: inherit;

    margin: 0;

}

textarea, select  {

    appearance:none; 

    -webkit-appearance:none; 

    -moz-appearance:none; 

    border-radius:0; 

    -webkit-border-radius:0; 

    box-sizing:border-box; 

    -webkit-box-sizing:border-box;

}

input {

    line-height:normal;

    border-radius:0; 

    -webkit-border-radius:0; 

    box-sizing:border-box; 

    -webkit-box-sizing:border-box;

}

input[type="text"], input[type="password"], input[type="button"], input[type="date"] {

    appearance:none; 

    -webkit-appearance:none; 

    -moz-appearance:none; 

    border-radius:0; 

    -webkit-border-radius:0; 

}

input[type="checkbox"], input[type="radio"] { 

    box-sizing: border-box; 

    padding: 0;

} 

button {

    background:none;

    border:none;

    padding:0;

    margin:0;

    -webkit-appearance:none;

    -moz-appearance:none;

    -ms-border-radius:0;

    appearance:none;

    border-radius:0;

    -webkit-border-radius:0;

    -moz-border-radius:0;

    -ms-border-radius:0;

    -o-border-radius:0;

    cursor:pointer;



}

button[disabled], input[disabled] {

    cursor: default;

}
