.column {
 float: left ;
 width: 30%;
}

.row:after{
  content: "";
  display: table;
  clear: both;
}

body {color:white; background:black;}

a {color:yellow; background:black;}

.fTelnetCrtCanvas {height:100%vh !important;}
