
.settings_page_redis-cache .form-table th,
.settings_page_redis-cache .form-table td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.wrap .button.delete {
    background: #d54e21;
    border-color: #a83d1a;
    color: white;
    -webkit-box-shadow: inset 0 1px 0 #e68260, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 #e68260, 0 1px 0 rgba(0, 0, 0, 0.15);
}

.wrap .button.delete:hover,
.wrap .button.delete:focus {
    background: #c7491f;
    border-color: #923517;
    color: white;
}

.wrap .button.delete:focus {
    box-shadow: inset 0 1px 0 #e3704a,
        0 0 0 1px #d54e21,
        0 0 2px 1px rgba( 30, 140, 190, .8 );
}

.wrap .button.delete:active {
    background: #a83d1a;
    border-color: #923517;
    color: white;
    box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ),
        0 0 0 1px #d54e21,
        0 0 2px 1px rgba( 30, 140, 190, .8 );
}

.settings_page_redis-cache .card,
.settings_page_redis-cache br.clearfix {
    display: none;
}

@media screen and (min-width: 1110px) {
    .settings_page_redis-cache .card {
        display: block;
        float: right;
    }

    .settings_page_redis-cache .section-overview {
        float: left;
    }

    .settings_page_redis-cache br.clearfix {
        display: block;
        clear: both;
    }
}
