/* Add here all your CSS customizations */

th {
	background: #692138 !important;
	color: #fff !important;
}

.float-right {
	float: right;
}
.top-buttons {
	margin-bottom: 30px;
}
.btn-default {
	color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.modal-header {
	color: #fff !important;
    background-color: #692138 !important;
}
.help-block {
	color: red;
	font-weight: bold;
	width: 100%;
	float: left;
}
.nolink {
	text-decoration: none !important;
	color: #000;
}
.btn-third, .bg-third {
	background-color: #0088CC !important;
}
.bg-orange, .btn-orange {
	background: orange;
}