.test-grid {
    flex-grow: 1;
}

.test-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.test-header {
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    margin-bottom: 1rem;
}

.test-header label {
    margin-right: 0.5rem;
}

.test-header input {
    position: relative;
    top: 2px;
}
