body {
	color: #232323;
	background-color: #fdfdfd;
}
.card-dark {
	background-color: #e2e2e2;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.card-logo {
	background-color: #7d7d7e;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.table {
	color: #232323;
}
.table-colored td {
	color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #e2e2e2;
}
.table-hover tbody tr:hover {
    color: #fff;
    background-color: #b9b9b9;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: 1px solid transparent;
}
.table thead th {
  border-bottom: 1px solid #000;
}
.modal-content {
	color: #000;
}
.popover {
	color: #000;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}