body {
	background-color: #0a0a0a;
	color: #EEE;
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
}

body, html {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.left {
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	right: 50%;
	top: 28px;
	bottom: 0;
}

.right {
	position: absolute;
	left: 50%;
	right: 0;
	top: 28px;
	bottom: 0;
}

.top {
	border: 1px solid #171717;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 300px;
}

.bottom {
	border: 1px solid #171717;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
}

.menu a {
	padding: 0 6px;
	color: white;
	text-decoration: none;
}
.menu a:hover {
	background: #171717;
}

iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.page img {
	max-width: 100%;
}

.page {
	color: #fafafa;
	padding: 12px;
	box-sizing: border-box;
}

h1 {
	color: #c7c7c7;
	font-size: 12px;
	font-weight: normal;
}



h2 {
	color: #f0f0f0;
	font-size: 12px;
	font-weight: normal;
}



a {
	color: #0000EE;
}

i {
	color: #ebebeb;
}

.window-header {
	background: #171717;
	font-family: Arial, sans-serif;
	padding: 6px;
}

.window-header:after {
	content: "\25CF   \25CF";
	opacity: 0.7;
	float: right;
}

.window-content {
    padding: 12px;
    height: calc(100% - 50px);
    overflow: auto;
}

.log-date {
	color: #50CFDF;
	display: inline-block;
	margin-right: 24px;
}

.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: #EEE;
	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: #171717; 
}
 
::-webkit-scrollbar-thumb {
  background: #171717; 
}

::-webkit-scrollbar-thumb:hover {
  background: #03060d; 
}

.menu {
	background: #171717;
	padding: 6px;
}

.profile-img {
	margin-right: 24px;
}

ul {
    text-align: left;
    list-style-image: url(https://64.media.tumblr.com/0be58d1ef65210a3714ac9b724e93d78/cdcf971ba9f4e3b2-a3/s75x75_c1/f089e3c07463938a7684b561e9d428502549f454.gifv);
}