/* ------------------------------------------------------------------------------------- */
/* --- 24.05.2019 --- Start process: Parsing ------------------------------ www.isV.by - */
/* ------------------------------------------------------------------------------------- */
/* --- 12.01.2023 --- Начало завершения создания функционала универсального парсинга --- */
/* ------------------------------------------------------------------------------------- */

.scObjTextPrint, .scObjNameOPrint, .scObjNameBPrint, .scObjNameEPrint, .scObjNameXPrint, .scObjNoPrint {
             position: relative;
              z-index: 842;
          font-family: Helvetica;
                width: 18px;
               height: 18px;
                color: brown;
            font-size: 12px;
               border: none;
        border-radius: 8px 8px 8px 8px;
   -moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px; /* chrome ul ur dr dl*/
     background-color: lightyellow;
}

.scObjNameOPrint {
                color: white;
     background-color: darkgrey;
}

.scObjNameBPrint {
                color: lightgreen;
     background-color: green;
}

.scObjNameEPrint {
                color: yellow;
     background-color: firebrick;
}

.scObjNameXPrint {
          font-family: "Courier New";
            font-size: 12px;
                color: black;
     background-color: transparent;
}

.scObjNoPrint {
                color: darkgrey;
               border: 1px darkgrey dotted;
     background-color: white;
}
