* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  min-width: 320px;
  width: 100%;
  max-width: 100%; }

a {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }

a:link, a:visited, ins {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:link img, a:visited img, object, fieldset, abbr, acronym {
  border: none; }

sub, sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px; }

sub {
  top: 5px;
  vertical-align: middle; }

sup {
  top: -2px;
  margin-top: -11px; }

img {
  max-width: 100%; 
vertical-align: bottom;}

input, select, button {
  overflow: visible;
  vertical-align: middle; }

li {
  display: block;
  list-style: none; }

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0; }

th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

th, h1 {
  line-height: 60px !important;
}