table.edu {
      border-collapse: collapse;
      width: 100%;
    }

table.edu th, td {
  border: 1px solid #fff;
  padding: 10px;
  vertical-align: middle;
}

table.edu th {
  background-color: #4a78c2;
  color: white;
  text-align: center;
}

table.edu td{
  background-color: #e9effa;
}

table.edu tr:nth-child(even) td {
  background-color: #f5f7fc;
}
table.edu td:nth-child(1),
table.edu td:nth-child(2),
table.edu td:nth-child(3),
table.edu td:nth-child(5),
table.edu td:nth-child(4){
  white-space: nowrap;
}
    