        P { 
            text-indent: 25px; /* Отступ первой строки */
            text-align: justify; /* Выравнивание по ширине */
        }
        B { 
            color: yellow;
        }
        .zoom-in { cursor: -webkit-zoom-in; cursor: zoom-in; }
        
.FinSmetInputText {
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
    color: khaki;
    border-style: groove;
}
.FinSmetLabelTotal {
    text-align: right;
    font-weight:  bold;
    background-color: rgba(255, 255, 255, 0);
    color:  palegoldenrod;
}
.FinSmetCurrencyTotal {
    text-align: right;
    font-weight:  bold;
    background-color: rgba(255, 255, 255, 0);
    color: khaki;

}
.FinSmetCurrency {
    text-align: right;
    background-color: rgba(255, 255, 255, 0);
    color: azure;
    border-style: groove;
}
