﻿/* 
2025-03-28 RMcQ
Elements on modal popups.

*/

.mqc-get-value-table {
    border:2px solid green;
}
.mqc-get-value-table th, mqc-get-value-table td {
    padding:1px 4px 1px 6px;
    font-size:90%;
    border: 1px solid #ddd;
}
/* These are used to implement stationary filter header and table head with scrolling body */
.mqc-get-value-table tbody{
    max-height:400px;
    width:100%;
}
.mqc-get-value-table thead tr {
}
