table.customTable {
  width: 100%;
  background-color: #f2f2f2;
  border-collapse: separate;
  border-width: 0px;
  border-color: #981e25;
  border-style: solid;
  border-radius: 25px !important;
 
	
  

}

table.customTable td {
	
border-left:none;
border-right:none;

}

table.customTable thead {
  background-color: #c97f83;
	color:white;

}

th {	
	height:55px;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid;
	border-radius: 25px !important;
	background-color:#06752E;
	font-size:20px;
	color: black !important;
}

 td {
  padding: 8px;
  text-align: left;
	border-bottom: 2px solid #981e25;
	border-radius: 25px !important;
	 color: black !important;
  
}

tr:hover {
background-color:#c97f83;
color: black !important;
border-radius: 25px !important;
	
}
th:hover{
	
background-color:#c97f83 !important;
color: black !important;
border-radius: 25px !important;
	
}
