.Notifications .boolean label:not(.switch) {
    float: right;
    width: 89%;
    padding: 7px 10px 0px 10px;
}
.Notifications .boolean label.switch {
    float: left;
}
.control-group.boolean {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 63.5%, 0.2);
}
.control-group.boolean:last-child {
    border-bottom: none;
}

.rtl .Notifications .boolean label:not(.switch) {
    float: left;
}
.rtl .Notifications .boolean label.switch {
    float: right;
}
