

/* Tabs */
ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

ul.tabs li {
	display: inline-block;
	line-height: 34px;
}

ul.tabs li a {
	display: block;
	line-height: 25px;
	padding: 5px 10px;
	text-decoration: none;
	color: #95a5a6;
	font-weight: bold;
	margin-bottom: 0px;
	-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.tabs li a:hover {
	background-color: #bdc3c7;
	color: #ecf0f1;
}

ul.tabs li.active a {
	color: #2c3e50;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: #fff;
	margin-bottom: -1px;
}

#console {
    font-family: FreeMono, monospace;
    color: #7f8c8d;
    background-color: #000;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: 100px;
}