*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: normal;
}
b,strong,th{
    font-weight: inherit;
}
em,i,address{
    font-style: normal;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,ol{
    list-style: none;
    
}
table{
    border-collapse: collapse;
}
button{
border: none;
background: none;
cursor: pointer;
}
caption {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
}
textarea {-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:transparent;border:0;word-break:keep-all;word-wrap:break-word}
button,input,textarea{
    font-family: inherit;
	color:inherit;
	font-size:inherit;
    -webkit-border-radius:0;border-radius:0;border:0
}
fieldset, img {border:0}
img {vertical-align:top;max-width:100%;}
iframe {overflow:hidden;margin:0;border:0;padding:0;vertical-align:top}