.column 
{
  
}
 #middlecol 
 {
    border-right: 2px solid red;
    width: 45%;
  }

  #middlecol table 
  {
    max-width: 400px;
    width: 100% !important;
  }
.left 
{
  float: left;
  font-size: 12px;
  width: 55%;
}
.rright
{
  float: right;
  font-size: 12px;
  width: 45%;
  background-color:lightgray;
}
.right 
{
  float: left;
  width: 45%;
  font-size: 12px;
  
  
}
/* Clear floats after the columns */
.row:after 
{
  content: "";
  display: table;
  clear: both;
}
.obj
{
  font-size: 12px;
  outline: none;
  height:800px;
  width:750px;
}
.table1
{
    max-width: 1000px;
    width: 100% !important;
}
.td {font-size:12px;}