/* Medium devices (desktops, 992px and up) */

@media (min-width:992px) {
    .header .routes-logo, .header .sponsor-logo-box img {
        width: 170px;
    }
    .header .routes-logo {
        margin-right: 20px;
    }
    .submenu,
    .tabs.tabs-container {
        border-bottom: 4px solid #585858;
    }
    .header .sponsor-logo-box {
        padding-left: 20px;
    }
    .submenu ul li.eventCountdown {
        font-size: 20px;
        margin-left: auto;
        margin-right: 0;
    }
    .OnSiteRequests-item-details {
        width: 87%;
    }
    .TimeSlotDiaryTable-detail-name {
        width:70%;
    }
    .ScheduledCustomTime {
    margin-bottom: 10px;
}

.margin-small-bottom-mobile {
	margin-bottom: 0;
}


}

@media (min-width: 1200px) {
    .header .sponsor-logo-box {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        grid-gap: 10px;
    }
        .header .sponsor-logo-box p {
            font-size: 16px;
        }
}