@charset "utf-8";
/* CSS Document */

/* HTML5 TAGS */


a:link {
    color: #fff;
}

/* visited link */
a:visited {
    color: #fff;
}

/* mouse over link */
a:hover {
    color: #fff;
}

/* selected link */
a:active {
    color: #fff;
}



/* STANDARD DIV BKG/BORDER CLASS */

.rb_body {
	background-color:#000;
}	

.rb_body_box {
	background-color:#000;
}

.rb_body_box_header {
	background:#000;
	color:#fff;
}

.rb-align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-black{
	background: #000;
}

.bg-black1{
	background: #111;
}

.table {
	background: #111;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
    background-color: #000;
}
 
table.dataTable.display tbody tr.odd {
    background-color: #000;
}
 
table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: #111;
}
 
table.dataTable.display tbody tr.even {
    background-color: #111;
}