.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0 !important;
    margin-bottom: 20px;
}

    .table-responsive table {
        margin-bottom: 0!important;
        white-space: nowrap;
    }

.table-shadow {
    box-shadow: 0 0 0 2px #f1f1f1;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 15px;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

.table-hover>tbody>tr:hover {
    background-color: #F5F8FA;
}

.table > thead > tr > th .svg-inline--fa,
.table > thead > tr > th .fa {
    margin-left: 5px;
    margin-top: -2px;
    font-size: 12px;
}

.table-head>thead>tr>th {
    color: #fff;
    background-color: #292b2c;
    font-weight: normal;
}

.table-head > tbody > tr.compare > td {
    background-color: #f5f8fa;
}
/* Custom Table for article*/
.event-table {
    /* 1 */
    border-collapse: collapse;
    border-spacing: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    margin-bottom: 20px;
}
/*
* Add margin if adjacent element
*/
* + .event-table {
    margin-top: 40px;
    margin-bottom: 40px;
}

.event-table th,
.event-table td {
    padding: 8px 8px;
    border-bottom: 1px solid #eef4ff;
}
/*
* Set alignment
*/
.event-table th {
    text-align: left;
    padding-left: 20px;
}

.event-table td {
    vertical-align: top;
    padding-left: 20px;
}

.event-table thead th {
    vertical-align: bottom;
}
/*
* Caption and footer
*/
.event-table caption,
.event-table tfoot {
    font-size: 14px;
    font-style: italic;
}

.event-table caption {
    text-align: left;
    color: #a8aeb6;
}
/*
* Active State
*/
.event-table tbody tr.uk-active {
    background: #dfeaff;
}
/* Sub-modifier: `uk-table-middle`
========================================================================== */
.event-table-middle,
.event-table-middle td {
    vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
========================================================================== */
.event-table-striped tbody tr:nth-of-type(odd) {
    background: #eef4ff;
}
/* Modifier: `uk-table-condensed`
========================================================================== */
.event-table-condensed td {
    padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
========================================================================== */
.event-table-hover tbody tr:hover {
    background: #dfeaff;
}

.event-table {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 0 1px #eef4ff;
    overflow: hidden;
}

.event-table thead {
    background-color: #2791c6;
    color: #ffffff;
}

.event-table tfoot {
    font-style: normal;
    font-size: 16px;
}

.event-table caption {
    color: rgba(42, 69, 93, 0.5);
}