table.redTable {
  border: 2px solid #A40808;
  background-color: #EEE7DB;
  width: 80vw;
  text-align: center;
  border-collapse: collapse;
}
table.redTable td, table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable tbody td {
  font-size: 13px;
}
table.redTable tr:nth-child(even) {
  background: #F5C8BF;
}
table.redTable thead {
  background: #A40808;
}
table.redTable thead th {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
table.redTable thead th:first-child {
  border-left: none;
}

table.redTable tfoot {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #A40808;
}
table.redTable tfoot td {
  font-size: 13px;
}
table.greenTable {
  border: 1px solid #057232;
  background-color: #EEEEEE;
  
  text-align: left;
  border-collapse: collapse;
}
table.greenTable td, table.greenTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 3px;
}
table.greenTable tbody td {
  font-size: 13px;
}
table.greenTable tr:nth-child(even) {
  background: #CDF5AF;
}
table.greenTable thead {
  background: #0CA438;
  background: -moz-linear-gradient(top, #49bb6a 0%, #24ad4c 66%, #0CA438 100%);
  background: -webkit-linear-gradient(top, #49bb6a 0%, #24ad4c 66%, #0CA438 100%);
  background: linear-gradient(to bottom, #49bb6a 0%, #24ad4c 66%, #0CA438 100%);
  border-bottom: 2px solid #444444;
}
table.greenTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.greenTable thead th:first-child {
  border-left: none;
}

table.greenTable tfoot {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: #CCF5C1;
  background: -moz-linear-gradient(top, #d9f7d0 0%, #d1f6c7 66%, #CCF5C1 100%);
  background: -webkit-linear-gradient(top, #d9f7d0 0%, #d1f6c7 66%, #CCF5C1 100%);
  background: linear-gradient(to bottom, #d9f7d0 0%, #d1f6c7 66%, #CCF5C1 100%);
  border-top: 2px solid #444444;
}
table.greenTable tfoot td {
  font-size: 15px;
}
table.greenTable tfoot .links {
  text-align: right;
}
table.greenTable tfoot .links a{
  display: inline-block;
  background: #03A441;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
table.steelBlueCols {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%px;
  text-align: center;
  border-collapse: collapse;
}
table.steelBlueCols td, table.steelBlueCols th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.steelBlueCols tbody td {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}
table.steelBlueCols td:nth-child(even) {
  background: #D0E4F5;
}
table.steelBlueCols thead {
  background: #1C6EA4;
  border-bottom: 2px solid #444444;
}
table.steelBlueCols thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #D0E4F5;
}
table.steelBlueCols thead th:first-child {
  border-left: none;
}

table.steelBlueCols tfoot td {
  font-size: 14px;
}
table.steelBlueCols tfoot .links {
  text-align: right;
}
table.steelBlueCols tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
table.blueTable {
  
   border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  overflow-x: auto; 
  
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 12px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable 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.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

table.paleBlueRows {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #FFFFFF;
  width: 350px;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
}
table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #D0E4F5;
}
table.paleBlueRows thead {
  background: #0B6FA4;
  border-bottom: 5px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}
table.paleBlueRows tfoot td {
  font-size: 14px;
}
table.bianca {
  width: 100%;
  text-align: center;
}
table.bianca td, table.bianca th {
  padding: 10px 5px;
}
table.bianca tbody td {
  font-size: 17px;
  color: #333333;
}
table.bianca tr:nth-child(even) {
  background: #D0E4F5;
}
table.bianca tfoot td {
  font-size: 14px;
}
table.bianca tfoot .links {
  text-align: right;
}
table.bianca tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}