# Empty CSS file for your own CSS
.table-danger, .table-danger>td, .table-danger>th {
	background-color: #1f222a !important;
	color: red;
}


.table-success, .table-success>td, .table-success>th {
	background-color: #1f222a !important;
	color: #00ff00;
}
