
.table.dataTable tbody tr{
    background-color: transparent;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(200,200,200,.5) ;
}

.panel{
        background-color: rgba(255,255,255,0.8) ;
}



/* ============================*/
/* ATHLETICS                   */
/* ============================*/

/* used to add a row separating the sports teams by groups on the coaches pages */
tr.group,
tr.group:hover {
    background-color: rgba(91,183,90,1) !important;
	font-weight: bold;
	color: #fff;
}