.tablepress thead th,
.tablepress tfoot th {
	background-color: #b50a10;
  color: #FFFFFF;
}

.tablepress tbody td {
font-family: PT Sans;
font-size: 20px;
color: #2D2D2D;
}

.tablepress-table-name {
  font-size: 22px;
  font-family: PT Sans;
  color: #501750;
}

@media only screen and (max-width: 1024px) {
   #masthead {
       background-color: #edcab7;
   }
}

/*--- 2 Column Form Styles Start ---*/

#left { width: 47%; float: left; margin-right:6%;
}

#right { width: 47%; float: left;
}

.clearfix:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; margin-bottom:10px;
}

.clearfix { display:block;
}

/*--- 2 Column Form Styles End ---*/