@CHARSET "UTF-8";

a {
	color: #0b6f0b;
}

.btn-info {
	background: #2094aa;
    border: 1px solid #188ea5;
}

.text-sm {
	font-size: 12px;
}

.alert-d {
	margin-top: 23px;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}