body {
	margin:0;
	padding:0;
	color:#eeeeee;
	font-size:12px;
	overflow:hidden;
	font-style:normal;
	font-weight:normal;
	background-color:#25282b;
	font-optical-sizing:auto;
	background-repeat:repeat-x;
	font-family:"Roboto Mono", monospace;
}

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
}

.left {
	left:0;
	top:28px;
	bottom:0;
	right:60%;
	position:absolute;
}

.right {
	right:0;
	top:28px;
	left:40%;
	bottom:0;
	position:absolute;
	border:1px solid #000000;
}

.top {
	top:0;
	left:0;
	right:0;
	bottom:300px;
	position:absolute;
	border:1px solid #000000;
}

.bottom {
	left:0;
	right:0;
	bottom:0;
	height:300px;
	position:absolute;
	border:1px solid #000000;
}

iframe {
	border:0;
	width:100%;
	height:100%;
}

.page img {
	max-width:100%;
}

.page {
	padding:12px;
	color:#d4fc5e;
	overflow:auto;
	max-width:800px;
	box-sizing:border-box;
}

h1 {
	color:#ee7f4f;
	font-size:12px;
	font-weight:normal;
}

h1:before {
	color:#50cfdf;
	display:block;
	content:"==========================================";
}

h1:after {
	color:#50cfdf;
	display:block;
	content:"==========================================";
}

h2 {
	color:#ee7f4f;
	font-size:12px;
	font-weight:normal;
}

h2:after {
	color:#50cfdf;
	display:block;
	content:"------------------------------------------";
}

a {
	color:#ee7f4f;
}

i {
	color:#976bb5;
}

.window-header {
	padding:6px;
	background:#000000;
	font-family:Arial, sans-serif;
}

.window-header:after {
	float:right;
	opacity:0.3;
	font-size:18px;
	line-height:14px;
	content:"\25A2  \25A2  \25A2";
}

.window-content {
	padding:12px;
	overflow:auto;
	height:calc(100% - 50px);
}

/* This is for the iframe window - we don't want the outside window to scroll, only the iframe */
.right .window-content {
	padding:0;
	overflow:hidden;
}

.log-date {
	color:#50cfdf;
	margin-right:24px;
	display:inline-block;
}

.log-line {
	color:#d4fc5e;
	display:inline-block;
}

.info-table td:nth-child(1) {
	color:#4cc2d2;
	padding-right:12px;
}

.info-table td:nth-child(2) {
	color:#ce6f40;
	padding-right:24px;
}

.info-table tr:nth-child(odd) td:nth-child(3) {
	color:#c19c00;
}

.info-table tr:nth-child(even) td:nth-child(3) {
	color:#a070c0;
}

.info-table-2 td:nth-child(1) {
	color:#eeeeee;
	padding-right:12px;
}

.info-table-2 td:nth-child(2) {
	color:#4cc2d2;
	margin-right:24px;
	background:#343a47;
	display: inline-block;
}

.info-table-2 tr:nth-child(odd) td:nth-child(3) {
	color:#d4fc5e;
}

.info-table-2 tr:nth-child(even) td:nth-child(3) {
	color:#ce6f40;
}

::-webkit-scrollbar {
	width:10px;
}

::-webkit-scrollbar-track {
	background:#080808; 
}

::-webkit-scrollbar-thumb {
	background:#050505; 
}

::-webkit-scrollbar-thumb:hover {
	background:#080808; 
}

.menu {
	padding:6px;
	background:#df7126;
}

.menu a {
	padding:6px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu a:hover {
	color:#df7126;
	background:#303030;
}

.profile-img {
  width:250px;
	margin-right:24px;
}

::-webkit-scrollbar {
	width:10px;
}