#top-row {
    margin-bottom: 0;
    margin-top: 10px;
}

#service-selector {
    margin-bottom: 0;
    margin-top: 0;
}

#refresh-button {
    margin-left: 7px;
}

#fetching-status {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.server_success_response {
    background: #cfc;
    border: 2px solid #9c9;
    display: inline-block;
    padding: 2px 4px;
}

.server_error_response {
    background: #fcc;
    border: 2px solid #cc9;
    display: inline-block;
    padding: 2px 4px;
}

.checkbox_inlineblock {
    display: inline-block;
}

.checkbox_checked {
    background: #d3d3d3;
    border: 2px solid #cc9;
    padding: 2px 4px;
}

span.error {
    color: #cb2027;
}

#ratelimit-config-version {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

#ratelimit-config {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#loaded-info {
    margin-top: 10px;
}

.row {
    min-width: 1200px;
}

.table {
    margin-bottom: 10px;
    margin-top: 10px;
    width: auto;
}

tfoot {
    font-style: italic;
}

.table-disable-hover.table tbody tr:hover td, .table-disable-hover.table tbody tr:hover th {
    background-color: inherit;
}

.table-disable-hover.table-striped tbody tr:nth-child(odd):hover td, .table-disable-hover.table-striped tbody tr:nth-child(odd):hover th {
    background-color: #f9f9f9;
}

.table-no-row-border td, .table-no-row-border th {
    border-top: none;
}
