.notify-users h4 {
    margin: 0.5em 0;
}

.notify-users h4 :not(.notification-type) {
    display: inline-block;
    width: 11%;
}

.notify-users h4 .notification-type {
    display: inline-block;
    width: 15%;
}

.notification-scrollbox {
    margin: 0;
    list-style: none;
    padding: 0.5em 0.7em 0.5em 0.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 100px;
    max-height: 200px;
    overflow-y: scroll;
}

.notification-scrollbox .checkbox-group {
    padding: 0.2em 0 0.2em 0.2em;
    width: 100%;
}

.notification-scrollbox li:nth-child(even) {
    background: #eee;
}

.notification-scrollbox label {
    width: 60%;
    display: inline-block;
}

.notification-scrollbox input {
    width: 15%;
}