
#tableType {
    padding-right: 10px;
}

#tableAsHtml {
    overflow: auto;
    height: 100%;
    width: 100%;
}

#tableAsHtml table {
    background-color: white;
}

.tableLoading {
    background-color: lightgray;
}

.borderCell {
    color: black !important;
    text-align: center !important;
    background-color: white !important;
    border: black 3px solid !important;
    padding: 0 !important;
}

.borderCellConnectedFirstRow {
    border-top: 0 !important;
}

.borderCellConnectedLastRow {
    border-bottom: 0 !important;
}

.tableCellTd {
    margin: 0 !important;
    text-align: center !important;
    background-color: rgba(255, 0, 255, 0.2) !important;
    border: black 3px solid !important;
    padding: 0 !important;
}

.tableCellTh {
    margin: 0 !important;
    text-align: center !important;
    background-color: rgba(0, 255, 255, 0.2) !important;
    border: black 3px solid !important;
    padding: 0 !important;
}

.tableCellConnectLastRow {
    border-bottom: dashed !important;
}

.tableCellConnectFirstRow {
    border-top: dashed !important;
}

.headingCellButtons {
    margin-bottom: .5em;
}
