﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #md-semidedicated-title {
        font-family: Paytone One, sans-serif !important;
    }
    .table td, .table th {
        border: 4px solid #BD5622;
    }

    thead th {
        font-family: Paytone One, sans-serif !important;
        background-color: #BD5622 !important;
    }

    #last-row td {
        font-family: Paytone One, sans-serif !important;
    }

    /* Styles to disappear the borders */

    .noborders td, .noborders th, #totally-invisible {
        border: 0 !important;
    }
}
