
table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px
}

table caption {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .2em
}

table td,
table th {
    padding: 12px;
    border: 1px solid #e4e8ee;
    line-height: 1.5
}

table td {
    background-color: #fff;
    word-break: break-all
}

table tbody tr:hover {
    background-color: #e5f1f5
}

table tbody tr:hover th,
table tbody tr:hover td {
    background-color: transparent
}

table tbody tr:hover td[rowspan] {
    background-color: #fff
}

table th {
    background-color: #f4f4f8;
    white-space: nowrap
}

.table-responsive table td,
.table-responsive table th {
    word-break: normal
}

table.table-sm {
    font-size: .8rem
}

table.table-sm td,
table.table-sm th {
    padding: .5rem;
    line-height: 1.35
}