.rm-url-label {
    clear: both;
    display: inline-block;
    width: 100%;
}
.rm-url-left {
    float: left;
    background-color: #c3c4c7 !important;
    color: #333;
    width: 44%;
    margin: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rm-url-right {
    float: left;
    width: 55%;
    margin: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
p.disabled label {
    opacity: 0.5;
}
.rm-active {
    font-weight: bold;
}
.zebra tr:nth-child(2n) td {
    background-color: rgba(200, 200, 200, 0.2);
}
.zebra td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.status-dot {
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
}
.status-dot.pending {
    background: orange;
    animation: pulse 2s infinite;
}
.status-dot.success {
    background: yellowgreen;
}
.status-dot.error {
    background: orangered;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.rm_progress {
    overflow: hidden;
    height: 16px;
    width: 100%;
    border: 1px solid #c3c4c7;
}

.rm_progress .rm_progress_bar {
    height: 16px;
    background: #69f2fa;
}
.wp-core-ui #rm_plugin_updates select {
    min-height: 25px;
    font-size: 13px;
}
.zebra tr:nth-child(2n) td {
    background-color: rgba(200, 200, 200, 0.2);
}
.zebra tr td {
    padding-top: 6px;
    padding-bottom: 6px;
}
.zebra label {
    padding-left: 4px;
    padding-right: 4px;
}