.about-number {
    margin: 0;
    padding: 0;
    text-align: center;
}
.about-date {
    margin: 0;
    padding: 0;
    text-align: center;
}

.about-title {
    text-align: center; 
    color: #25408f;
    font-weight: bold;
    font-size: 24px;
}

.information-sub {
    color: #25408f;
    font-weight: bold;
    margin-bottom: 6px;
}

.title-box {
    background-color: #25408f;
    -webkit-print-color-adjust: exact; 
}

.title-box p{
    color: #fff;
    margin: 3px;
    font-weight: bold;
}

.plain-text {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    text-align: justify;
}

.plain-number {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    text-align: justify;
}

.signature-detail {
    margin: 0;
    padding: 0;
}


/* INVOICE */

.invoice-box {
    margin-top: 5px;
    padding: 9px;
    border-bottom: 1px solid grey;
}


/* BARITSAA */

.baritsaa-list {
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.document-title {
    margin: 0;
    font-size: 14px;
}

.document-desc {
    margin:0; 
    color: #25408f; 
    font-size: 18px; 
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.linear-doc-name {
    font-weight: bold;
    text-transform: uppercase;
}
.linear-doc-number {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    float: right;
    color: #25408f; 
    text-transform: uppercase;
}

.linear-doc-number-p {
    text-transform: uppercase;
    font-weight: bold;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    }