.woocommerce div.product div.woocommerce-tabs ul.tabs {
    justify-content: start;
}

.woocommerce-info::before, .woocommerce-error::before, .woocommerce-message::before {
    top: initial;
}

.course-pre-message-container {
    background: #f0f1f3;
    margin-bottom: 2rem;
}

.course-pre-message-container .course-list {
    padding: 1.2rem 1rem;
    margin: 0;
    list-style: none;
}

.course-pre-message-container .course-list li:not(:last-child) {
    margin-bottom: 1rem;
}

.course-pre-message-container .buttons,
.course-pre-message-container .button {
    width: 100%;
}

.woobt-products .woobt-product .variations_form .variations .variation .label {
    display: none;
}

#course-message-close {
    font-weight: 600;
    position: relative;
    right: 0;
    line-height: 50px;
    font-size: 20px;
    width: 50px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.course-pre-message-container .course-table {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.course-pre-message-container small {
    text-align: center;
}

.course-pre-message-container .course-table .title {
    flex: 1 1 auto;
    margin-bottom: 0.5rem;
}

.course-schedule .year,
.course-schedule-london .year {
    padding: 0.5rem 1.35rem;
    border: 1px solid #f0f0f0;
    border-top: 5px solid grey;
    border-bottom: 0;
    display: inline-block;
    font-weight: bold;
    min-width: 130px;
    text-align: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.course-schedule .year:hover,
.course-schedule-london .year:hover {
    border-top-color: #004aad;
}

.course-schedule .year.active,
.course-schedule-london .year.active {
    border-top-color: #004aad;
}

.course-schedule .dates,
.course-schedule-london .dates {
    display: none;
    flex-wrap: wrap;
}

.course-schedule .dates.active,
.course-schedule-london .dates.active {
    display: flex;
}

.course-schedule .dates .date,
.course-schedule-london .dates .date {
    padding: 1rem;
    border: 1px solid #f0f0f0;
    width: 25%;
}

.course-schedule .dates .date:not(:first-child),
.course-schedule-london .dates .date:not(:first-child) {
    border-left: 1px solid #f0f0f0;
}

.course-schedule .day,
.course-schedule .month,
.course-schedule-london .day,
.course-schedule-london .month {
    display: inline;
}

.course-schedule .day,
.course-schedule-london .day {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    display: inline-block;
}

.course-schedule .month,
.course-schedule-london .month {
    font-weight: bold;
    color: #c8c8c8;
    font-size: 2rem;
    line-height: 0.5;
    position: relative;
    bottom: 0;
    left: -40px;
    top: 10px;
}

.awarding_logo {
    max-width: 50%;
    margin-top: 7%;
}

.awarding_logo.city,
.awarding_logo.eal,
.awarding_logo.lcl {
    max-width: 30%;
}

.download-container .title {
    font-size: 1.4rem;
    margin-bottom: calc(0.2em + 20px);
}

.download-container img {
    max-width: 50px;
    margin-right: 1rem;
}

.download-container a {
    display: flex;
    position: relative;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.download-container a::after {
    content: '';
    position: absolute;
    width: 50px;
    bottom: -1rem;
    border-bottom: 2px solid #bbb;
}

.download-container a:last-child::after {
    content: none;
}

.download-container a strong {
    display: block;
}

@media (max-width: 768px) {
    .course-schedule .dates .date,
    .course-schedule-london .dates .date {
        width: 50%;
    }

    .course-schedule .day,
    .course-schedule-london .day {
        font-size: 2.3rem;
    }

    .course-schedule .month,
    .course-schedule-london .month {
        font-size: 1.3rem;
        left: -30px;
    }
}