table.paleBlueRows {
  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: arial;
  text-align: center;
  padding: 5px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #1c1d1f;
  box-shadow: -3px 3px 2px #000000cc;
  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 #0000005c;
  padding: 7px 25px;
}
table.paleBlueRows tbody td {
  color: #fff;
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
background: #1c1d1f;
color: #000;
}
table.paleBlueRows thead {
  background: #4e4e4e8a;
  border-bottom: 5px solid #000000;
}
table.paleBlueRows thead th {
  font-size: 15px;
  color: #bd9556;
  text-align: center;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}