﻿.formviewer-textarea-default {
    resize: none;
    color: blue !important;
}

.formviewer-textarea-calculated-default {
    background-color: rgb(0, 38, 255);
   
    color: white !important;    
}

.formviewer-textarea-calculated-transfered {
    background-color: rgb(72, 0, 255);
    color: white !important;
}

.formviewer-textarea-flagged {
    background-color: yellow;
    color: blue;
}