TABLE {text-align: center; border: solid 1px #999999; font-size: 13px}
THEAD {background-color: #DAF9AE !important; font-weight: bold; text-align: center}		
TD {border-right: solid 1px #999999; border-bottom: solid 1px #999999}
.all {background-color: #ffff99 !important; font-weight: bold; text-align: center}		
.itogo {background-color: #ffcc99 !important; font-weight: bold; text-align: center}
.thead {background-color: #DAF9AE !important; font-weight: bold; text-align: center}
.tehn {background-color: #8DB4E3 !important; font-weight: bold; text-align: center}
.econom {background-color: #B6DDE8 !important; font-weight: bold; text-align: center}



H1, H2, H3, H4, H5, H6 {color: #3B8500; font-family: Verdana; padding: 0 0 2px 0; letter-spacing:-1}
H1 {font-size:21px; font-weight:normal}
H2 {font-size:16px; text-transform:uppercase}
H3 {font-size:15px}
H4 {font-size:13px}
H5 {font-size:12px}
H6 {font-size:11px}


table {
  overflow: hidden;
}

tr:hover {
  background-color: #eef3ff;
}

td, th {
  position: relative;
}
td:hover::after,
th:hover::after {
  content: "";
  position: absolute;
  background-color: #eef3ff;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}