#startauth {
    display: none;
}

#testcases {
    display: none;
}

.testcase {
    margin-bottom: 1rem;
}

.testcase-header {
    cursor: pointer;
}

.testcase[data-status="running"] {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.testcase[data-status="success"] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.testcase[data-status="failed"] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.testcase[data-status="skipped"] {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.testcase-details {
    display: none;
    background: #fff;
    color: #000;
}
