textarea {
    resize:none;
    padding:2px !important;
   }
   
   label {
    font-size: 12px;    
   }
   .cx-inputline {
     width:100%;
     display:flex;
     height:32px;
     line-height: 28px
    }
    
    .cx-inputline >label {
     flex-grow:2;
     text-align:left;
     line-height: 28px;
         height:30px;
     margin:0;
    }
   
      
     .cx-inputline >p{
     
     text-align:left;
     line-height: 28px;
         height:30px;
     margin:0;
     /*margin-right:10px;*/
    }

    .computed-input {
        margin-left:12px;
        width:120px;
        /*background-color: #E5E8FF;*/
         }
      
       .static-label {
        margin-left:6px;
        color:black;
        font-weight:bold;
        }
     