﻿.labeldiv
{
    width: 70px; 
    padding:4px;       
}

input[type="text"].two_chars
{
  width: 3ex;
}

table.two_chars
{
   width: 4ex;
}


input[type="text"].two_plus_two_chars
{
  width: 6ex;
}

table.two_plus_two_chars
{
  width: 7ex;
}

.op-col-textbox {
  width:300px !important;
}