@charset "utf-8";

table.PortableTable {
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #4F7849;
  background-color: #FCFFEE;
  width: 500px;
  text-align: center;
  border-collapse: collapse;
}
table.PortableTable td, table.PortableTable th {
  border: 1px solid #4F7849;
  padding: 3px 2px;
}
table.PortableTable tbody td {
  font-size: 19px;
  font-weight: bold;
  color: #4F7849;
}
table.PortableTable tr:nth-child(even) {
  background: #F9E8D9;
}
table.PortableTable thead {
  background: #78260F;
  background: -moz-linear-gradient(top, #9a5c4b 0%, #853b27 66%, #78260F 100%);
  background: -webkit-linear-gradient(top, #9a5c4b 0%, #853b27 66%, #78260F 100%);
  background: linear-gradient(to bottom, #9a5c4b 0%, #853b27 66%, #78260F 100%);
  border-bottom: 1px solid #444444;
}
table.PortableTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.PortableTable thead th:first-child {
  border-left: none;
}

table.PortableTable tfoot td {
  font-size: 21px;
}