.Table {
  border: 1px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.Table td, .table th {
  border: 1px solid #000000;
  padding: 10px;
  line-height: 1.4;
  font-size: 18px;
}

.Table th{
	background-color: #48a59d;
	color: white;
}

.Table td:nth-of-type(1) {
  font-size: 18px;
  background-color: #148c82;
  color: white;
  width: 12%;
}

.Table thead {
  background: #000000;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 1px solid #000000;
}

.Table thead th {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: left;
}
