
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
}

body { 
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: visible;
}

.console {
	width: 798px;
	height: 1280px;
    background-color: #2D41A0;
}
td {
	/* border-width: 1px; */
	border-style: solid;
	border-color: #7BECFC #7BECFC;
	padding: 0; 
	margin: 0;
}
/* Apply this to your `table` element. */
table {
	border-collapse: collapse;
 }
 

code {
	font: 23px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
	/* font-weight: bold; */
	color: #7BECFC;
	border-radius: 3px;
	background-clip: padding-box;
	border: 1px solid #7BECFC;
	background-color: #2D41A0;
	display: inline-block;
  }