.entry-content thead th{
	color: white;
    background: #367cbc;
    font-weight: normal;
}

.table-grounds{
	border: solid 1px #d0d0d0;
}
.table-grounds tr:nth-child(odd){
	background: #FBFCFD;
}

.table-grounds tr:nth-child(even){
	background: white;
}

.table-grounds .open {
	text-align: center;
    background: #367CBC;
    color: white;
    padding: 2px;
    border-radius: 4px;
    display:block;
    margin:0 auto;
}
.table-grounds .closed {
	text-align: center;
    background: #dbdbdb;
    color: #898989;
    padding: 4px 15px;
    border-radius: 4px;
    display:block;
    margin:0 auto;
}