<style>
table { 
  width: 100%; 
  border-collapse: collapse; 
}
th { 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  text-align: left; 
}
table thead {
	background: #fff !important;
	border: 0;
	color: #00b0b9;
}
table thead {
	background: #fff;
	border: none;
	border-right: 30px solid #fff;
}
table thead td {
	border-right: 15px solid #fff;
}
table tbody td {
	border-right: 30px solid #fff;
	font-size: 18px;
	vertical-align: top;
}
table tbody td span {
	font-family: "Roboto" !important;
}
table tbody td:nth-child(3) {
	color: #8d8d8d;
}
table tbody tr:nth-child(even) {
	background-color: #fff;
}
table tbody td:first-child {
	white-space: nowrap;
}
tr th span {
padding: 0 30px 5px 0 !important;
    width: 100% !important;
    display: block;
    border-bottom: 3px solid #00b0b9;
    font-size: 25px;
    font-family: "Roboto";
    }
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
table tbody td:first-child {
	white-space: normal;
}
table tbody td {
	border-right: 0;
	font-size: 15px;
}	
}
</style>