.global-notifications {
    min-height: 620px;
}
.global-notifications .notification {
    width: 135px;
    margin: 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}
.global-notifications .custom {
    padding-left: 10px;
    margin: 0;
}
.global-notifications .custom-global {
    border: 1px solid;
}

.global-notifications  .custom-option .custom-global {
    max-width: 220px;
    margin: 13px;
}

.global-notifications .btn.btn-default {
    margin: 30px;
    padding: 0px 15px;
}
.global-notifications .notification-area {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.global-notifications .notification-area .rtb-switcher {
    top: 0;
}
.global-notifications .custom-global .row {
    margin: 10px;
}
.global-notifications .custom-option {
    display: flex;
}

.global-notifications .radio-styled:not(ie8) input ~ span  {
    top: -2px;
}

.global-notifications .radio-styled:not(ie8) .custom-option input ~ span  {
    top: 18px;
}

.global-notifications .radio-styled:not(ie8) .custom-option .custom-global input ~ span {
    display: none;
}
.global-notifications .notification-area textarea {
    resize: none;
    overflow: hidden;
    padding: 10px;
}
.global-notifications .radio-styled:not(ie8) input ~ span:after {
    background-color: black;
}

.global-notifications .radio-styled:not(ie8) input:checked ~ span:before {
    border-color: black;
}


