html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*table thead tr {
    display: block;
}

table th, table td {*/
    /*width: 1142px;*/
    /*//fixed width*/
/*}


table tbody {
    display: block;
    height: 200px;
    overflow: auto;*/
    /*//set tbody to auto*/
/*}*/