.table-hover tbody tr.hilight-selected-row td,
.table-hover tbody tr:hover th {
    background-color: #c3edff;
}

.payment-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
}

.expanded-to-bottom {
    margin-top: auto;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.font-size-smaller {
    font-size: 1em;
}