table {
  height: auto;
  width: 100%;
  border-collapse: collapse;
}


td {
  text-align: left !important;
  height: 27px;
  padding: 10px;
  font-weight: bold;
}

th {
	width: 52.5952%;
	height: 60px;
	background-color: #0082ff !important;
	color: #fff;
}