/* keat_data_form styling */
.keat_data_form {
    margin-bottom: 20px;
}
.keat_data_form table {
    width: 100%;
    border-collapse: collapse;
}
.keat_data_form thead {
    background-color: #f4f4f4;
    position: sticky;
    top: 0;
}
.keat_data_form table th,
.keat_data_form table td {
    padding: 10px;
}
.keat_data_form table th:first-child,
.keat_data_form table td:first-child {
    text-align: left;
}
.keat_data_form table th:not(:first-child),
.keat_data_form table td:not(:first-child) {
    text-align: center;
}
.keat_data_form label {
    font-weight: normal;
    white-space: nowrap;
    font-size: 0;
}
.keat_data_form input[type="radio"] {
    margin: 0;
    font-size: initial;
}
.keat_data_form button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}
.keat_data_form button:hover {
    background-color: #005177;
}
table.results-table th,
table.results-table td {
    padding: 8px 12px;
}
table.results-table thead th:first-child,
table.results-table tbody td:first-child {
    padding-left: 0;
}
table.results-table thead th:last-child,
table.results-table tbody td:last-child {
    padding-right: 0;
}
table.results-table th:first-child,
table.results-table td:first-child {
    text-align: left;
}
table.results-table th:not(:first-child),
table.results-table td:not(:first-child) {
    text-align: center;
}