﻿h4 {
    font-weight: 300;
}

.title-wrapper {
    background-color: #f6f6f6;
    margin-bottom: 15px;
}

.title {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

    .title h1 {
        font-size: 2.2rem;
        font-weight: 300;
    }

.tab-title {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #ffe7a024;
    border-bottom: 2px solid #fdcb36;
}

    .tab-title h4 {
        font-size: 1.5rem;
        font-weight: 300;
        text-align: center;
        line-height: 1.3rem;
    }

        .tab-title h4 small {
            font-size: 1rem;
        }


.nav-tab-user-area .nav {
    margin-top: 40px;
}

.nav-tab-user-area .nav-link {
    color: #696464;
    font-weight: 500;
    font-size: 1rem;
}

    .nav-tab-user-area .nav-link.active {
        background-color: #FFCC00;
        color: white;
    }

/*.items-container.card {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}*/

.comparator {
    margin-top: 30px;
}

    .comparator td {
        line-height: 67px;
        height: 67px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: .9rem;
    }

    .comparator tr td:first-child {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 2;
    }

    .comparator th {
        font-weight: 400;
        font-size: .9rem;
    }


.requests td {
    font-size:.9rem;
}

@media screen and (max-width:800px) {
    .requests table {
        width:2000px;
    }

    #nav-tab-user-area span {
        display:none;
    }
}