﻿body {
}


.iestable {
    max-width: 1200px;
    border: thin solid #333;
    background-color: #eee;
    color: #333;
    white-space: pre-wrap;
}

.iestable th {
    padding: 8px 6px;
    background-color: #107298;
    color: #eee;
    font-weight: normal;
}

.iestable td {
    padding: 3px 6px;
    white-space: pre-wrap;
    border-top: 1px solid #ccc;
}

.scroll-table {
    border: thin solid #333;
    background-color: #eee;
    color: #333;
    white-space: pre-wrap;
}

.scroll-table th {
    padding: 8px 6px;
    background-color: #107298;
    color: #eee;
    font-weight: normal;
}

.scroll-table td {
    padding: 3px 6px;
    white-space: pre-wrap;
    border-top: 1px solid #ccc;
}

.tableSortWidget {
    transform: translate(4px, 3px);
    stroke: none;
    fill: white;
}

.tableSortWidget path {
    cursor: pointer;
}

.pt-3 {
    padding-top:20px;
}

