.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media (max-width: 767.98px) {
    .c-titles {
	display: none;
    }
}

@media (min-width: 768px) {
    .c-titles {
	font-size: 10px;
    }
    .c-content .col-md-1 {
	padding-right: 0px;
    }
    
}

@media (min-width: 992px) { }

