﻿/* Illinois Framework Fixes  
----------------------------------------------------------*/

*, *:before, *:after {
    box-sizing: unset !important;
}

input[type=checkbox] {
    width: unset !important;
}

table input[type=radio],
input[type=radio] {
    width: unset !important;
    margin-right: 2px !important;
}

input[type="radio"] + label {
    margin-right: 10px;
}

.DateTimeSection tbody tr th, tbody tr td {
    border-right: unset !important;
    border-bottom: unset !important;
    min-width: unset !important;
    min-height: unset !important;
    vertical-align: unset !important;
}

.DateTimeSection td, th {
     scroll-snap-align: unset !important;
}

.DateTimeSection tbody tr td {
    border: unset !important;
    min-width: unset !important;
    min-height: unset !important;
    padding: unset !important;
}