table.paleBlueRows {
    font-family: "Times New Roman", Times, serif;
  	background-image: url('../img/bg-rounded.png');
    width: 340px;
    text-align: center;
    padding: 2px 2px;
    margin-top: -20px;
    box-shadow: -6px 6px 2px #0000008a, 0 0px 1px #000000;
  }
  table.paleBlueRows td, table.paleBlueRows th {
    border: 3px solid #d4aa6e;
    padding: 5px 5px;
    color: #000000;
  }
  table.paleBlueRows tbody td {
    font-size: 15px;
    font-weight: bold;
  }
  table.paleBlueRows tr:nth-child(even) {
	background-image: url('../img/bg-rounded.png');
  }
  table.paleBlueRows thead {
    background: #9a815c87;
    border-bottom: 5px solid #000000;
  }
  table.paleBlueRows thead th {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }