html{
  width: 100%;
  overflow-x:hidden ;
}
*,body, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea {
  margin: 0;
  padding: 0;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}


body,td,th {
  font-size: 100%;
}


h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}


img, fieldset {
  border: 0;
  width: 100%;
}

ol, ul {
  list-style: none;
}


table {
  /*border-collapse: collapse;*/
  border-spacing: 0;
}


caption, th {
  text-align: left;
}


a, ins {
  text-decoration: none;
}


input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
      outline: none;
}

button{
  cursor:pointer  
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: normal;
  /*font-weight: normal;*/
}


abbr {
  border: 0;
  font-variant: normal;
}


sup, sub {
  font-size: 100%;
  vertical-align: baseline;
}


blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}


code, kbd, samp {
  font-size: 100%;
}