/* Override DataTables processing message */
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    background-color: #2965A7;
    background-image: none;
    color: white;
    padding: 1em 0
}

/* Make table-condensed a bit more condensed */
.table-less-padding > tbody > tr > td, .table-less-padding > tbody > tr > th,
.table-less-padding > tfoot > tr > td, .table-less-padding > tfoot > tr > th,
.table-less-padding > thead > tr > td, .table-less-padding > thead > tr > th {
    padding: 5px
}

.green-bg {
	background-color: #52E36F;
}
.green-bg a {
	color: #4e4e4e;
    text-decoration: none;
}

.green-bg a:hover {
	color: yellow;
    font-weight: bold;
}

th, td { text-align: center; }

div.container { max-width: 1800px }
