.fixed_headers {
  width: 70%;
  border-collapse: collapse;
  font-size: 12px;
}
.fixed_headers th,
.fixed_headers td {
  text-align: left;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
}
.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 60px;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  min-width: 90px;
}
.fixed_headers th:nth-child(3) {
  min-width: 200px;
}
.fixed_headers td:nth-child(3){
  min-width: 200px;
  text-align: left;
}
.fixed_headers td:nth-child(4),
.fixed_headers th:nth-child(4) {
  min-width: 50px;
}
.fixed_headers th:nth-child(5) {
  min-width: 150px;
}
.fixed_headers td:nth-child(5),
.fixed_headers th:nth-child(5) {
  width: 100%;
}

.fixed_headers thead {
  background-color: #333333;
  color: #fdfdfd;
}
.fixed_headers thead tr {
  display: block;
  position: relative;
}
.fixed_headers tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 300px;
}
.fixed_headers tbody tr:nth-child(even) {
  background-color: #dddddd;
}



.fixed_headers_col4 {
  width: 70%;
  border-collapse: collapse;
  font-size: 12px;
}
.fixed_headers_col4 th,
.fixed_headers_col4 td {
  text-align: left;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
}
.fixed_headers_col4 td:nth-child(1),
.fixed_headers_col4 th:nth-child(1) {
  min-width: 70px;
}
.fixed_headers_col4 td:nth-child(2),
.fixed_headers_col4 th:nth-child(2) {
  min-width: 90px;
}
.fixed_headers_col4 th:nth-child(3) {
  min-width: 180px;
}
.fixed_headers_col4 td:nth-child(3){
  min-width: 180px;
  text-align: left;
}
.fixed_headers_col4 td:nth-child(4),
.fixed_headers_col4 th:nth-child(4) {
  width: 100%;
  text-align: left;
}

.fixed_headers_col4 thead {
  background-color: #333333;
  color: #fdfdfd;
}
.fixed_headers_col4 thead tr {
  display: block;
  position: relative;
}
.fixed_headers_col4 tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 300px;
}
.fixed_headers_col4 tbody tr:nth-child(even) {
  background-color: #dddddd;
}


.fixed_headers_col3 {
  width: 70%;
  border-collapse: collapse;
  font-size: 12px;
}
.fixed_headers_col3 th,
.fixed_headers_col3 td {
  text-align: left;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
}
.fixed_headers_col3 td:nth-child(1),
.fixed_headers_col3 th:nth-child(1) {
  min-width: 70px;
}
.fixed_headers_col3 th:nth-child(2) {
  min-width: 400px;
}
.fixed_headers_col3 td:nth-child(2){
  min-width: 400px;
  text-align: left;
}
.fixed_headers_col3 td:nth-child(3),
.fixed_headers_col3 th:nth-child(3) {
  width: 100%;
  text-align: left;
}

.fixed_headers_col3 thead {
  background-color: #333333;
  color: #fdfdfd;
}
.fixed_headers_col3 thead tr {
  display: block;
  position: relative;
}
.fixed_headers_col3 tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 141px;
}
.fixed_headers_col3 tbody tr:nth-child(even) {
  background-color: #dddddd;
}


.fixed_headers_col2 {
  width: 50%;
  border-collapse: collapse;
  font-size: 12px;
}
.fixed_headers_col2 th,
.fixed_headers_col2 td {
  text-align: left;
  border: 1px solid black;
  text-align: center;
  vertical-align: middle;
}
.fixed_headers_col2 td:nth-child(1),
.fixed_headers_col2 th:nth-child(1) {
  min-width: 470px;
}
.fixed_headers_col2 td:nth-child(2),
.fixed_headers_col2 th:nth-child(2) {
  min-width: 470px;
}


.fixed_headers_col2 thead {
  background-color: #333333;
  color: #fdfdfd;
}
.fixed_headers_col2 thead tr {
  display: block;
  position: relative;
}
.fixed_headers_col2 tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 250px;
}
.fixed_headers_col2 tbody tr:nth-child(even) {
  background-color: #dddddd;
}


