.lhpf-history-table,
.lhpf-ytd-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.lhpf-history-table th,
.lhpf-history-table td,
.lhpf-ytd-table th,
.lhpf-ytd-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.lhpf-slip-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    overflow: auto;
    padding: 40px;
    z-index: 999999;
}

.lhpf-slip-modal .inner {
    background: #fff;
    padding: 30px;
    max-width: 800px;
    margin: auto;
}
