﻿* { margin:0; padding:0; } /* to remove the top and left whitespace */
html, body { width:100%; height:100%; background-color: black; color:white; margin:0; padding:0;} /* just to be sure these are full screen*/
canvas { display:block; } /* To remove the scrollbars */
td { padding: 10px; vertical-align: top}
select { width: 100%; }
textarea {width: 100%;}
log.div { overflow:scroll; }