.tableBox {
  margin-bottom: 50px;
  margin-left: 3vw;
  margin-right: 3vw;
}
.tableBox .title {
  color: #213D7C;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.tableBox table {
  width: 100% !important;
  border-collapse: collapse;
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.tableBox table a {
  color: #333;
}
.tableBox table a:hover {
  color: #e32139;
}
.tableBox table tr {
  /* &:nth-child(2),
  &:nth-child(3),
  &:nth-child(4),
  &:nth-child(5),
  &:nth-child(6),
  &:nth-child(7),
  &:nth-child(8){
      td{
          &:first-child{
             background-color: #F5F5F5;
          }
      }

  } */
}
.tableBox table tr:first-child {
  background-color: #fff;
  /* color: #213D7C;
  font-weight: bold;
  font-size: 18px; */
}
.tableBox table tr:first-child td {
  border: 0;
}
.tableBox table tr:nth-child(1) {
  background-color: #213D7C;
  color: #fff;
  font-weight: bold;
}
.tableBox table td {
  border: 1px solid #f5f5f5;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .tableBox {
    overflow-x: scroll;
  }
  .tableBox table {
    width: 800px !important;
  }
}/*# sourceMappingURL=awards.css.map */