.region-content table {
  border: none;
  -moz-box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  margin: 0 0 50px 0;
  text-align: left;
  width: 100%; }
  .region-content table.simple {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.region-content tr {
  background: none repeat scroll 0 0 #fcfcfc;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .region-content tr:nth-of-type(even) {
    background: none repeat scroll 0 0 #f1f1f1; }
.region-content tbody tr:hover {
  background-color: #fdf2cc; }
.region-content .simple tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.region-content .simple tbody tr:nth-of-type(even) {
  background-color: #fff; }
.region-content .simple tbody tr:hover {
  background-color: #fdf2cc; }
.region-content th {
  border-bottom: 1px solid #aaa;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  vertical-align: middle;
  color: #fff;
  padding: 12px 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.25px; }
  .region-content th a {
    color: #fff;
    text-decoration: underline; }
    .region-content th a:hover {
      color: #fff; }
.region-content .simple th {
  background-color: transparent;
  color: #565656;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 0; }
  .region-content .simple th a {
    color: #565656; }
    .region-content .simple th a:hover {
      color: #565656; }
.region-content td {
  vertical-align: top;
  color: #333333;
  font-size: 11px;
  line-height: 17px;
  padding: 12px 15px;
  font-weight: 400;
  border: 1px solid #ddd; }
  @media all and (min-width: 480px) {
    .region-content td {
      font-size: 11px;
      line-height: 17px; } }
  @media all and (min-width: 768px) {
    .region-content td {
      font-size: 13px;
      line-height: 19px; } }
  @media all and (min-width: 992px) {
    .region-content td {
      font-size: 14px;
      line-height: 20px; } }
.region-content .simple td {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 8px; }
.region-content caption {
  color: #fff;
  font-weight: 700;
  background-color: #002560;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0; }
  .region-content caption a {
    color: #fff;
    text-decoration: underline; }
.region-content .simple caption {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
  background-color: #002560; }
@media all and (min-width: 480px) {
  .region-content caption {
    padding: 12px;
    font-size: 13px; }
  .region-content td {
    font-size: 12px;
    line-height: 15px; }
  .region-content th {
    font-size: 13px;
    padding: 11px 15px; } }
@media all and (min-width: 768px) {
  .region-content caption {
    padding: 15px;
    font-size: 15px; }
  .region-content td {
    font-size: 13px;
    line-height: 17px; }
  .region-content th {
    font-size: 14px;
    padding: 12px 15px; } }

/*# sourceMappingURL=a5_tables.css.map */
