.expandableAreas{
    cursor: pointer;
        /* Top, Left, Bottom, Right */
    padding: 20px 1% 20px;
    background-color: #2C2C2C;
    color: white;
    max-width: 92%
}

@media (max-width: 768px) {
    .expandableAreas{
        max-width: 90vw;
    }
    #extraInfo{
        min-width: 100vw;
        overflow-x: scroll;
    }
}

.page_content{
    width: 92%
}

.certs{
    max-width: 23%;
}

.expandedAreas{
    max-width: 92%;
}
