.hat-start-inst-warning {
    color: red;
    text-align: center;
    font-weight: bold;
}

.hat-table-container {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: auto;
}

/* Table row styling */
#hat-run-info .hat-test-run-info-row {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.hat-start-run-modal .chips-autocomplete-dropdown {
    z-index: 1010;
}

.chips.hat-category-filter > input.input {
    width: 100% !important
}