.monitoring form > div {
    margin-bottom: 5px;
}
.monitoring table {
    margin-top: 10px;
    border: 1px solid #ccc;
}

.monitoring select {
    appearance: auto;
    -moz-appearance: auto;
}


.monitoring .table>thead>tr {
    background-color: #ededed;
}

.monitoring .table>:not(caption)>*>* {
    background-color: inherit;
}