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

#cluster-selector {
    margin-bottom: 0px;
    margin-top: 0;
}

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

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

#lookup-job {
    margin-bottom: 0px;
    margin-top: 0;
}

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

#fetched-info {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}

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

#search-button {
    margin-left: 7px;
    width: 67px;
}

#runbook-link {
    margin-bottom: 5px;
    margin-top: 0px;
}

#statsboard-link {
    margin-bottom: 20px;
    margin-top: 0px;
}

#worker-config-header {
    margin-bottom: 10px;
    margin-top: 40px;
}

.row {
    min-width: 1200px;
}

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

thead th:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

tfoot {
    font-style: italic;
}

.job-info {
    width: 90%;
}

.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;
}

.field-name {
    white-space: nowrap;
    width: 50px;
}

.custom-status-value {
    white-space: pre-wrap;
}

.queues-table {
    width: 760px;
}