
/* popup */

.popup{
    padding: 10px;
}

.popup  ul {
    list-style: none;
    
    padding: 10px;
    margin-bottom: 30px;
}

.popup ul li {
    font-size: 150%;
    font-weight: bold;
    line-height: 200%;
}




/* notifications TODO */


.notification-item .item-title-row {
    background-color: inherit;
    text-align: center;
}

.notification-item .item-title {
    color: black;
}

.notification-item .item-subtitle {
    color: black;
}

.notification-item .item-text {
    color: black;
}
.notification-item .close-notification {
    
}