/* Enter Your Custom CSS Here */

table.course-table {
  font-size: 14px;
}
table.course-table tr td:nth-child(1), table.course-table tr td:nth-child(2), table.course-table tr th:nth-child(1), table.course-table tr th:nth-child(2) {
  padding-left: 10px; 
  text-align: left;
}
table.course-table tr td:nth-child(1), table.course-table tr th:nth-child(1) { 
  width: 20%;
}
table.course-table tr td:nth-child(2), table.course-table tr th:nth-child(2) { 
  width: 15%;
}
table.course-table th {
 background: #014ea6;
  color: #fff;
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
}

table.course-table td {
  text-align: center;
  border: 1px solid #dcdcdc;
  padding: 10px;
}

table.course-table img {
  width: 70px;
  height: 30px;
  text-align: center;
}

tr:nth-child(even) { 
  background-color: #eaf7fe;
}