.table td {
    vertical-align: middle;
}

.navbar-brand img {
    vertical-align: text-top;
    margin-right: 5px;
}

.table tbody tr.is-highlighted th,
.table tbody tr.is-highlighted td {
    /* Need the important for the odd-numbered rows */
    background-color: #0f90ab !important;
    font-weight: normal;
}

.footer {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(51, 51, 51, 0.149);

    background-color: white;
    color: #666;
    padding: 10px;
}

.footer .value {
    color: #000;
}
.hydra-name {
    font-family: monospace;
}
