table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background-color: #696969;
  color: white;
}

thead th {
  border-bottom: 3px solid black;
  padding: 6px 8px;
  text-align: left;
}

th, td {
  padding: 4px 8px;
  line-height: 1.25;
  vertical-align: middle;
}

td:nth-child(1), th:nth-child(1) { width: 8%; }
td:nth-child(2), th:nth-child(2) { width: 42%; }
td:nth-child(3), th:nth-child(3) { width: 24%; }
td:nth-child(4), th:nth-child(4) { width: 8%; }


tbody tr:nth-child(even) {
  background-color: #BEBEBE;
  color: #000000;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
  color: #000000;
}
div#c14532 {
  background-color: #00b7bf;
  border: none;
  color: #FFFFFF;
  padding: 15px 32px 1px 32px;
  text-align: center;
  transition-duration: 0.4s;
  margin: 8px 0;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 12px;
}
div#c14532 a{
color: white;
font-size: 1.3rem;
)