/*
 * Theme Name: Human Trafficking Houston
 * Description: Wordpress theme for humantraffickinghouston.com
 * Author: Dan Derozier <dan@derozier.me>
*/

.PupUpButton {
	padding: 10px 20px 1px 20px;
	color: #ffffff;
	background-color: #FFD228;
	border: 2px solid #000000;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #D2DFED;
    font-weight: 700;
    vertical-align: middle;
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #2C428F;
    color: #ffffff;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: center;
    float: none!important;
}
.tablebutton {
	background-color: #2c428f; 
	padding: 0.75em 1.5em; 
	border-radius: 20px; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 0.8em; 
	margin-top: 1.5em;
}