.notifications {
    color: #1e1e1e;
    font-family: Open Sans,sans-serif;
    text-align: center;
    min-height: 10em;
    /*max-height: 80vh;*/
}

.not-set {
    color: #c55;
    font-style: italic;
}

.is_read{
    background-color: white;
    color: #9e9e9e;
}

.notifications a {
    color: #0d95e8;
}

.view {
    /*margin: .25rem;*/
    text-align: center;
    white-space: break-spaces;
}

.view span {
    padding-left: 2em;
    position: relative;
    display: inline-block;
    line-height: 1em;
    font-style: normal;

}

.view_btn {
    color: #61a86e;
    border: .3rem solid #61a86e;
    width: 4.3rem;
    height: 3.2rem;
    min-height: unset;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: flex;
    justify-content: center;
    /*align-items: center;*/

    box-sizing: border-box;
    border-radius: 7px;
    background: transparent;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 400;
    font-family: Open Sans,sans-serif;
    margin: auto;
}

.view_btn:hover{
    background-color: #61a86e;
    color: #fff;
}

.view span:before {
    content: "\F06E";
    font-size: 2rem;
    left: 0;
    width: 100%;
    position: absolute;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    line-height: 1;
}


.notifications_td {
    font-size: 1.4rem;
    line-height: 118%;
    color: #1e1e1e;
    min-height: 5rem;
    grid-gap: 2rem;
    text-align: center;
}

.notifications table, .notifications th {
    font-size: 1.6rem;
    text-align: center;
}

.notification_summary {
    text-align: left;
}

#notifications_checkbox_btn {
    background: #61a86e;
    color: #fff;
    margin-bottom: 1em;
    /*width: 100%;*/
}

.notifications-view {
    margin-top: 3em;
}

#notifications_grid td {
    vertical-align: middle;
}

.back_btn_container {
    width: 100%;
    float: left;
}

.notification-date {
    float: left;
    font-style: italic;
    font-size: 8px;
    margin-left: 1em;
}

#notifications_grid input {
    width: 150%;
}