﻿.MaintenancePast td {
    text-decoration: line-through;
}

    .MaintenancePast td:last-child {
        text-decoration: initial !important;
    }

.MaintenanceFuture {
    color: darkgrey;
}

@media (min-width: 75em) {
    .header-content {
        height: auto;
        min-height: 12.0rem;
    }
}

@media (min-width: 75em) {
    .header-content__title {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

@media (min-width: 75em) {
    .footer {
        background-size: auto;
        min-height: 12rem;
    }
}

.subscription__progress {
    height: 30px;
    font-size: 15px;
    font-weight: bold;
}

@media (min-width: 75em) {
    .products-overview__product-link:after {
        bottom: 1rem;
    }
}

.products-overview__product:first-child {
    margin-top: 25px;
}

@media (min-width: 48em) {
    .products-overview__product {
        margin-top: 25px;
    }
}

html, body {
    background-color: #161618 !important;
}

::-webkit-scrollbar {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #343a40;
    scrollbar-width: 10px;
    border-radius: 10px;
}