/***************************/
/*** home/style-mono.css ***/
/***************************/
.panel-left {
	display: none;
}
.panel-center {
	left: 12px;
}
.panel-open {
	position: fixed;
	left: 0px;
	padding-top: 340px;
}
.panel-open-door {
	background-color: #aaa;
	font-size: 1em;
	padding: 25px 1px;
	border-radius: 0 6px 6px 0;
}
.panel-open-door:hover {
	background-color: wheat;
	border: 1px solid #caa;
}

.panel-open a {
	color: #000;
	text-decoration: none;
	font-size: 1rem;
}
.panel-open a:hover {
	background-color: wheat;
	color: #c04040;
}

