﻿/* MAIN WRAPPER */
.sky-global-working-hours {
 
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.working-hours-note {
    text-align: left !important;
    font-size: 14px;
    margin-bottom:25px;

}


.sky-global-working-hours tr th:first-child {
    text-align: left;
}

    .sky-global-working-hours tr td:nth-child(3),
    .sky-global-working-hours tr td:nth-child(4) {
        color: #BE173C;
        font-weight: 700;
    }

.sky-global-working-hours tr th {
    color: black !important;
    font-weight: 600;
    text-align: center;
}

    /* TITLE */
    .sky-global-working-hours h2 {
        text-align: left;
        margin-bottom: 1px;
        color: #0A2540;
        font-size: 18px;
        font-weight: 600;
    }

    /* TABLE */
    .sky-global-working-hours table {
        width: 100%;
        border-collapse: collapse;
        background: #ffffff;
        border: 1px solid #E1E6EF;
    }

    /* HEADER */
    .sky-global-working-hours thead {
        background: #0A2540;
    }

        .sky-global-working-hours thead th {
            color: #ffffff;
            font-size: 13px;
            font-weight: 500;
            padding: 10px;
            border-right: 1px solid #1F3A5F;
        }

            .sky-global-working-hours thead th:last-child {
                border-right: none;
            }

    /* BODY */
    .sky-global-working-hours tbody td {
        padding: 10px;
        font-size: 13px;
        color: #2A3B4C;
        border-top: 1px solid #E6ECF3;
        text-align: center;
    }

    /* COUNTRY */
    .sky-global-working-hours .sky-country {
        text-align: left;
        font-weight: 600;
        color: #0A2540;
    }

    /* HOVER */
    .sky-global-working-hours tbody tr:hover {
        background: #F4F7FB;
    }
