#content h1 {
    color: #d5001c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#content h3 {
    color: #d5001c;
    font-size: 18px;
    font-weight: 700;
}

#content h4 {
    color: #d5001c;
    font-size: 16px;
    font-weight: 700;
}

#content a {
    color: #d5001c;
}

#content a:hover {
    color: black;
    text-decoration: underline;
}

#content p {
    color: black;
    text-align: justify;
}

@media (max-width: 768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.tm-btn {
    font-weight: 400;
    font-size: 14px;
    background-color: white;
    color: #d5001c;
    border-color: #d5001c;
}

.tm-btn:hover {
    font-weight: 400;
    font-size: 14px;
    background-color: #d5001c;
    color: white;
    border-color: #d5001c;
}

.tm-btn:hover > a, .tm-btn > a:hover {
    color: white !important;
}

.main-info-table tr > td {
    color: black;
}

#imageSlider.carousel {
    padding-left: 10px;
}

.carousel-item .carousel-caption {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    bottom: 0;
    color: black;
    background: rgba(255, 255, 255, 0.9);
}

#imageSliderLightbox_modal .modal-header, #imageSliderLightbox_modal .modal-footer {
    display: none !important;
}

#imageSliderLightbox_modal .modal-content {
    background: none;
    border: none;
}

.linked-table thead > tr {
    background: #cccccc;
}

.linked-table thead > tr > th {
    color: black;
    text-transform: none;
    font-weight: 800;
    padding: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.linked-table tbody > tr {
    background: white;
}

.linked-table tbody > tr > td {
    color: black;
    padding: 10px;
    border-bottom: 1px solid black;
}

.paginate_button.page-item {
    margin-left: 0;
}

.city-link, .news-link, .category-link {
    color: #D5001C;
}

.city-link:hover, .news-link:hover, .category-link:hover {
    color: black;
    text-decoration: underline;
}

.page-item .page-link {
    color: #D5001C;
}

.page-item.active .page-link {
    background: #D5001C;
    color: white !important;
    border-color: #D5001C;
}

td.control {
    width: 1px;
}

div.dataTables_wrapper div.dataTables_filter > label {
    text-align: right;
}

td, th {
    font-size: 14px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    background-color: #444 !important;
}

.chosen-container.chosen-container-single, .chosen-container.chosen-container-single > a {
    height: 32px !important;
    line-height: 1.6;
}