html{
    font-family: "Arial";
    padding: 16px;

}

.page-padding {
    margin: 50px 40px 40px 50px;
}

/* FONT */

p {
    font-size: 0.8em;
}

/* DISCLAIMER */
.smaller-text {
    font-size: 0.9rem;
    font-weight:bold;
}


/* HEADER */
.header-block {
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.info-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom:1.5rem;
    padding-bottom: 0;
    border: 0;
}

.info-label {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-detail {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

.col-left  {
    width: 80%;
    float: left;
}

.col-right {
    width: 20%;
    float: right;
}

.abalobi-img{
    height: 100px;
    float: right;
}

.italic-text {
    font-size: 1.1rem;
    font-weight: bold;
    font-style: italic;
}

.reduce-bottom-margin {
    margin-bottom: 0.1rem;
}

.add-bottom-margin {
    margin-bottom: 0.5rem;
}

.reduce-top-margin {
    margin-top: 0;
}



/* SUMMARY TABLE */

.summary {
    padding-top: 1rem;
    width: 100%;
    border-radius: 0.3rem;
}

.summary-top-level-header th{
    padding:0.5rem 1rem;
    font-size: 0.9rem;
}

.summary-title {
   width:100%;
   border-bottom: 1px solid #e7e6e6;
   padding-bottom:0.8rem;
   font-size: 1.1rem;
}

.table-summary {
    width: 100%;
    border: none !important;
}

.summary-cell {
    padding-bottom:0.5rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #e7e6e6;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}



/* MAIN TABLE */

.page-break-here {
    page-break-before: always;
}

table, th, td{
    border-collapse: collapse;
    border-bottom: solid #e7e6e6 1px;
}

#table-header th {
    background-color: #e7e6e6 !important;
}

.top-level-header th{
    padding: 2px 4px;
    font-size: 0.9rem;
}

td {
    font-size: 0.9rem;
}

#minimum-padding {
    padding: 2px 4px;
}

td.numeric-cell {
    text-align: center;
}

td.shaded0 {
    background-color: white !important;
}

td.shaded1 {
    background-color: #f4f4f4 !important;
}

.table-footer th {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: right;
    padding: 4px 2px;
}

.cell-wrapping {
    word-wrap: break-word;
}

table {
    page-break-inside: auto;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}
