﻿h2 {
    font-size: 30px;
}

@media (max-width:600px) {
    h2.responsive {
        font-size: 24px;
    }
}

@media(min-width: 1074px) {
    .sidebar {
       /* display: none;*/
    }   
}

.sidebar {
    background-image: none;
    background-image: linear-gradient(180deg, rgba(11,102,190,1) 6%, rgba(10,131,185,1) 59%) !important;
}
/* https://cssgradient.io/ */




.top-row {
    background-image: none;
    background-image: linear-gradient(180deg, rgba(10,131,185,1) 6%, rgba(11,102,190,1) 59%) !important;
}

@media (max-width: 900px) {
    .mud-xs-table .mud-table-cell {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding: 14px 16px;
        text-align: start !important;
    }
}

@media (max-width: 900px) {
    .mud-xs-table .mud-table-cell {
        text-align: start !important;
    }
}
    

