
#box-form-wrapper{
    width: 100%;
    margin-bottom: 5px;
    font-size: 9pt;
}
#box-form-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
#box-form-wrapper table td {
    padding: 3px;
}
#box-form-wrapper table td small{
    display: block;
}

.flex-column-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.flex-column-group span {
    width:216px;
    margin-right:3px;
}

.data-cell-items {
    border-bottom: 1px solid #333; 
    text-align: right; 
    margin-right: 4px; 
    float: right
}
.remove-side-borders {
    border-right: none;
    border-left: none;
    border-color: transparent;
}
.signatory-wrapper {
    width: 100%;
    display: block;
    text-align: center;
}
.signatory-details {
    padding: 25px 18px 0px !important;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
}

table tr .border-bottom {
    border-bottom: 1px solid;
}

.no-side-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.text-transform {
    text-transform: uppercase;
    font-weight: 800;

}

/** MEDIA PRINT - overlaps the set styles in the view **/
@media print {
    * {
        font-family: 'Arial Narrow' !important;
    }
    div#box-form-wrapper {
        font-size: 9pt;
    }

    div#head-logo {
        background: none !important;
    }
    /** Set custom margin of print page **/
    @page { 
        size:8.5in 14in; /** LEGAL SIZE **/
        margin: 0.30cm; 
    }
}