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);
}

th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

thead tr,
tr th {
  background-color: #142d3e;
}

tr {
  background-color: #142d3e;
}
