<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divTable{
    display:table;
    width:100%;
}

.divRow{
    display:table-row;
    width:100%;
    height:30px;
}

.divCellLabel{
    display:table-cell;
    font-size: 1em;
    width:30%;
    float: left;
    font-weight: 600;
    background-color:#C4E8FF;
    padding:10px;
    height:30px;
}

.divCellInput{
    display:table-cell;
    font-size: 1em;
    width:50%;
    float: left;
    background-color:#EEEEEE;
    padding:10px;
    height:30px;
}

.divCellButton{
    display:table-cell;
    font-size: 1em;
    width:50%;
    float: left;
    background-color:#EEEEEE;
    text-align:left;
    padding:10px;
    height:30px;

}
</pre></body></html>