#fw-section-custom-html-db2c8a2c-d3d1-4bfa-9fd8-1cfb4915701a {

table {
  width: 90%;
}
th {
  background-color: #663380;
  color: white;
}

th, td {
  border: 1px solid black;
  border-radius: 25px;
  border-spacing: 5px;
  padding: 15px;
  text-align: center
}

td {
  color: white
}
		
tr	{
	border-bottom: 1px solid #000;
}

tr:hover {background-color: #9ACD32;}
}