.csvfile {
    display: none;
}

.compare-section {
    padding: 40px 0 80px 20px;
    max-width: 1160px;
    margin: 10px auto 0;
}

.compare-section .compare-section-description, .compare-section-more-info {
    margin: 0 auto 0;
    max-width: 1160px;
    color: #02314c;
}

.compare-section .compare-section-description h2, .compare-section-more-info h2 {
    font-size: 28px;
    margin: 8px auto 30px;
}

.compare-section .compare-section-description h3, .compare-section-more-info h3 {
    font-size: 22px;
    margin: 30px auto 8px auto;
}

.compare-section .compare-section-description, .compare-section-more-info p, .compare-section .compare-section-description, .compare-section-more-info li {
    font-size: 16px;
    padding: 0;
}

.compare-section .compare-section-content, .compare-section-more-info {
    padding: 10px 0 30px 0;
}

.compare-section #more-info {
    scroll-margin-top: 80px;
}

.compare-section .box {
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.compare-section .box .compare-header {
    color: #004467;
}

.compare-section .box .compare-header .compare-header-title {
    align-items: center;
    margin-top: 20px;
}

.compare-section .box .compare-header .compare-header-title h3 {
    display: inline;
    margin: 0;
    font-size: 20px;
}

.compare-section .box .compare-header .compare-header-title .compare-header-month {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #02314c;
}

.compare-section .box .compare-header .compare-header-description {
    font-size: 16px;
    color: #02314c;
    margin-top: 30px;
}

.compare-section .box .compare-table {
    padding: 30px 0;
}

.compare-section .box .compare-table table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

.compare-section .box .compare-table table th {
    font-weight: 700;
    font-size: 16px;
    color: #012e4b;
    padding: 8px 5px;
    border-left: 1px solid #bbc0d1;
    min-width: 155px;
    max-width: 180px;
}

.compare-section .box .compare-table table th.no-border {
    border: none;
}

.compare-section .box .compare-table table td {
    padding: 10px 10px;
    font-size: 16px;
    color: #012e4b;
    font-style: italic;
    border: 1px solid #bbc0d1;
    border-bottom: none;
    min-width: 155px;
    max-width: 180px;
}

.compare-section .box .compare-table table td.first-col {
    border-left: none;
}

.compare-section .box .compare-table table td.second-col {
    color: #012e4b;
    font-style: normal;
}

.compare-section .box .compare-table table td.last-col {
    border-right: none;
    font-style: normal;
}

.compare-section .box .compare-table table td.last-col a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-section .box .compare-table table td.last-col button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F26E22;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    color: #FFFFFF;
    width: 135px;
    height: 37px;
    font-size: 15px;
}

.compare-section .fixed-offer-color {
    color: #0066FF;
}

.compare-section .special-offer-color {
    color: #34A853;
}

.compare-section .variable-offer-color {
    color: #FBBC05;
}

.compare-section .dynamic-offer-color {
    color: #F26E22;
}

@media (max-width: 992px) {
    .compare-section {
        padding: 60px 0 60px 0;
    }
    .compare-section::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .compare-section::-webkit-scrollbar:vertical {
        width: 12px;
    }

    .compare-section::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    .compare-section::-webkit-scrollbar-thumb {
        background-color: rgba(2, 49, 76, 0.8);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    .compare-section::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .compare-section .compare-section-content, .compare-section-more-info {
        padding: 20px 0 0 0;
    }

    .compare-section .compare-section-description, .compare-section-more-info {
        margin: 0 15px;
        max-width: 1160px;
        color: #004467;
    }

    .compare-section .compare-section-more-info h2 {
        margin: 0 13px;
        font-size: 20px;
    }

    .compare-section .compare-section-description h2{
        font-size: 20px;
    }

    .compare-section .compare-section-description h3, .compare-section-more-info h3 {
        margin: 10px 10px 0 10px;
        font-size: 15px;
    }
    .compare-section .compare-section-description, .compare-section-more-info p, .compare-section .compare-section-description, .compare-section-more-info li {
        font-size: 15px !important;
        padding: 0 10px;
    }
    .compare-section .compare-section-description, .compare-section-more-info p.custom-margin {
        margin-top: 2px;
    }

    .compare-section #more-info {
        scroll-margin-top: 40px;
    }

    .compare-section .compare-header {
        text-align: left;
        padding: 0 !important;
        font-size: 20px;
    }

    .compare-section .compare-header .compare-header-title h3 {
        text-align: left;
        font-size: 18px !important;
    }

    .compare-section .compare-header .compare-header-title .compare-header-month {
        font-size: 18px !important;
    }

    .compare-section .compare-header .compare-header-description {
        margin-top: 10px !important;
        font-size: 15px !important;
    }

    .compare-section .box {
        margin: 0 15px 20px 15px;
        text-align: center;
        width: auto;
        padding: 0 10px;
    }

    .compare-section .box .compare-table {
        padding: 0;
        overflow-x: scroll;
    }

    .compare-section .box .compare-table table th {
        min-width: 90px;
    }

    .compare-section .box .compare-table table th, .compare-section .box .compare-table table td {
        min-width: 75px;
        max-width: 110px;
        font-size: 12px;
    }

    .compare-section .box .compare-table table th.last-col, .compare-section .box .compare-table table td.last-col  {
        max-width: 140px;
    }

    .compare-section .box .compare-table table th.last-col button, .compare-section .box .compare-table table td.last-col button {
        font-size: 13px;
    }
}