body table {
  margin: 25px 0;
  font-size: 13px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  color: #fdfdfd;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

body table tr td img {
  width: 120px;
  min-height: 55px;
}

body table tr td a {
  font-weight: bold;
}

thead tr,
tr th {
  background-color: #023c79;
}

tr {
  background-color: #04284e;
}
