.ui-text table {
    width: 100%;
    border-collapse: collapse;
}
.ui-text table th,
.ui-text table td {
    border: 3px solid white;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 139%;
    color: #434343;
}
@media (min-width: 992px) {
    .ui-text table th,
    .ui-text table td {
        padding: 5px 20px;
        font-size: 14px;
    }
}
.ui-text table th {
    padding: 5px 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 175%;
    text-transform: uppercase;
    color: #fff;
    background: #65B5F5;
}
@media (min-width: 992px) {
    .ui-text table th {
        font-size: 16px;
        padding: 15px 20px;
    }
}
.ui-text table tr:nth-child(even) {
    background-color: #f8f8f8;
}
.ui-text table tr:nth-child(odd) {
    background-color: white;
}
.ui-text table tr.hidden {
    display: none;
}
.ui-text table td.hilight {
    font-weight: bold;
    color: #65B5F5;
}
