
.tabbutton.filter {
    background-color: #0079c1;
    margin-top:0;
    
}

.tabbutton.filter:hover {
    background-color: #00598e;
}

.radiocol {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    max-width: 300px;
  }

.radiocol p {
    padding:0;
}

#test-params {
    position:absolute;
}


#test-params-modal .content {
    height:calc(75vh);
    overflow-y: scroll;
}

#test-params-modal p {
    font-weight: bold;
    margin:0;
}

#test-params-dropdowns {
    width:100%;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
#test-params-table-container {
    height:85%;
}
#test-params-table {
    width:100%;
    /* height:100%; */
    
}
#test-params-table-container p {
    margin-top:25px;
}

#test-params-box p {
    display:inline-block;
    padding-left: 10px;
    padding-top: 20px;
}