.table-container {
  background-color: #F1F3F9;
  padding: 0 10px 10px;
}

.table {
  width: 100%;
	font-size: 14px;
	color: #333;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

thead th {
  color: #666;
  text-align: center;
  padding: 12px 0;
}

tbody>tr {
  height: 58px;
}

tbody>tr>th, tbody>tr>td {
  text-align: center;
}

tbody>tr>th {
  color: #666;
}

tbody>tr a {
  color: #333;
}