.table-class {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 1.15em;
  box-shadow: 0 4px 5px #2b2b2b48;
}

.table-class th,
.table-class td {
  padding: 12px 15px;
  border: 2px solid #2b2b2b;
  text-align: center;
}

.table-class tbody tr:nth-of-type(even) {
  background-color: #efefef;
}

.table-class tbody th:nth-child(4),
.table-class tbody td:nth-child(4) {
  text-align: justify;
}

.table-class thead tr {
  background-color: #f9ea92;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  height: 50px;
}

.table-class thead tr.title-table {
  background-image: url(../images/Nav/yellow-fabric.png);
  font-size: 2.2em;
}

.table-class img {
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
  border: 3px solid #ffd700;
  height: 180px;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

ul {
  list-style-type: none;
  padding: 5px;
}
