body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 11pt !important
}

table {
    width: 100%;
    margin-bottom: 1rem
}

td {
    padding: .75rem .5rem;
    vertical-align: middle
}

.cell-one {
    width: 25%;
    font-weight: 500;
    text-align: right !important;
    text-align-last: right !important;
}

.cell-two {
    width: 35%
}

.cell-three {
    width: 40%
}

tr:nth-child(even):not(:first-child) {
    background-color: #f6f8f9
}

.hs-col-2 {
    width: 5%
}

.hs-col-3 {
    width: 65%
}

.hs-col-4, .hs-col-5 {
    width: 15%;
    text-align: center
}

input[type=checkbox] {
    margin-right: 8px;
    transform: scale(1)
}

.form-title-sub {
    color: #000;
}

table, td, tr {
    page-break-inside: avoid
}

td {
    padding: 4px
}

tr:nth-child(even) {
    background-color: #fff !important
}

.print-button {
    display:none !important;
}