/*
    This file is meant to serve as a starter for the Job Market Outlook (JMO) in full width,
    Please exercise caution in what you style and how you style it.
    As the JMO receives updates, you may need to re-download this file to style additional features.
    You may need to use !important in some places to make sure your styles override the JMO defaults
*/

.ppw {
   width: 100% !important;
   max-width: 100% !important;
}
.ppw .ppw-grid-area {
    display: flex;
    flex-wrap: wrap;
}
.ppw .ppw-grid-area .ppw-occupations-area {
    width: 100%;
}
.ppw .ppw-grid-area .ppw-left-area {
    width: 100%;
}
@media screen and (min-width: 800px) {
    .ppw .ppw-grid-area .ppw-left-area {
        width: 60%;
    }
    .ppw .ppw-grid-area .ppw-occupations-area {
        width: 40%;
    }
    .ppw .ppw-chart-container {
        border: none;
    }
}


