table.paleBlueRows {
  color:#000;
  position: relative;
  display: block;
  justify-content: center;
  justify-self: center;
  align-content: center;
  align-self: center;
  left:0;
  right:0;
  margin-left:0;
  margin-right:0;
  font-family: "Times New Roman", Times, serif;
  background-image: url('../gmb/bg-rounded.png');
  text-align: center;
  padding: 5px;
  margin: auto;
  width: 100%;
  height: 100%;
  box-shadow: -6px 6px 2px #00000033, 0 0px 1px #000000;
  z-index: 777;
}
table.paleBlueRows td, table.paleBlueRows th {
  position: relative;
  display: colums;
  justify-content: center;
  justify-self: center;
  align-content: center;
  align-self: center;
  left:0;
  right:0;
  top:0;
  bottom:0;
  border: 1px solid #000;
  padding: 7px 25px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
background-image: url('../gmb/bg-rounded.png');
}
table.paleBlueRows thead {
  background: #601318;
  border-bottom: 5px solid #000000;
}
table.paleBlueRows thead th {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}