/*
 * Overview.css
 * To primarily be used for general styles on the overview page.
 *
 * Root div class: .overview-main
 */

.overview-content {
    /* position: absolute; */
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    height: calc(100vh - 60px);
    width: 100%;
    /* padding-top: 60px; */
    top: 0;
    left: 0;
}

.overview-main {
    overflow-y: scroll;
    overflow-x: hidden;
}

/*
 * Removing this style until design implementation solidified
.overview-main #overview-container {
    max-width: 635px;
    min-width: 622px;
}
*/

.overview-main .dash-banner {
    border: 1px solid #E8E8E8;
    padding: 12px;
    margin-bottom: 12px;
}

.overview-main .dash-banner p {
    margin: 0;
    color: #A3A3A3;
    font-size: 12px;
    line-height: 16px;
    max-width: 500px;
}

.overview-content #widget__timeline {
    width: 460px;
}