/*
*/

.dashboard {
    padding: 25px 15px 0px 15px;
    margin: -0px -15px 0px -15px;
    /*background-color: #223399;*/
    min-height: 500px;
}

.notifications {
    margin: -15px -15px 0px -15px;
    background-color: #001133;
    text-align: center;
    color: lightblue;
}

.notifications .main {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 10;
    padding: 10px 200px;
    
    background-color:rgba(0, 0, 0, 0.75);
    min-height: 800px;
    
}