﻿.msl-time-countdown {
    text-align: center;
}

    .msl-time-countdown .heading-count h2 {
        font-size: 40px;
        color: #212121;
        text-transform: uppercase;
        line-height: 48px;
    }

    .msl-time-countdown .countdown-timer .heading-count h4 {
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        margin-top: 30px;
    }

        .msl-time-countdown .countdown-timer .heading-count h4 span {
            background: #212121;
            padding: 7px 15px;
            border-radius: 4px;
        }

    .msl-time-countdown .countdown-timer .heading-count p {
        font-size: 14px;
        color: #212121;
        line-height: 30px;
    }

    .msl-time-countdown .time-count div {
        text-align: center;
    }

    .msl-time-countdown .time-entry {
        display: inline-block;
        min-width: 120px;
        margin: 15px;
        height: 110px;
        padding: 20px;
        box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        background: #fff;
        text-align: center;
        font-weight: 400;
        color: #212121;
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 22px;
    }

        .msl-time-countdown .time-entry span {
            font-size: 45px;
            line-height: 45px;
            font-weight: 700;
            display: block;
            color: #212121;
            margin-bottom: 10px;
        }

        .msl-time-countdown .time-entry:first-child {
            border-left: none;
        }

    .msl-time-countdown .time-countdown {
        margin: 15px 0px 50px 0;
    }
