body {
    /*
    background-color: powderblue;
    */
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  }
  h1 {
    text-align: center;
    width: 1210px;
  }
  table.redTable {
    width: collapse;
    width: 1210px;
  }
  table.redTable td, table.redTable th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  table.redTable tbody td {
    font-size: 13px;
  }
  table.redTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(195, 28, 44);
    color: white;
  }
  table.redTable tr:nth-child(even) {
    background: #E0E0E0;
  }
  table.redTable tr:hover {
    background: rgb(204, 88, 100);
  }
  
  table.redTable thead th:first-child {
    border-left: none;
  }
  
  table.redTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
  }
  table.redTable tfoot td {
    font-size: 14px;
  }
  table.redTable tfoot .links {
    text-align: right;
  }
  table.redTable tfoot .links a{
    display: inline-block;
    background: rgb(164, 28, 39);
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }