/* begin custom CSS: */
a{
}
/* end custom CSS: */


/* begin toolbar buttons/extensions CSS: */
#post-toolbar .panel .color-choice,
#post-toolbar .panel .color-choice-no {
	width: 7.6923076923077%;
}

#post-toolbar .panel .color-choice:hover {
	width: 15.384615384615%;
}

div.code-main .noselect { cursor: pointer; -webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none; user-select: none; }
span.code-inline { background-color: #f5f5f5; font-family: monospace; font-size: 0.9em; white-space: pre-wrap; padding: 2px 3px; }
div.code-main {
	font-size: 0.9em;
	-webkit-border-radius: 3px;-khtml-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px; border-radius: 3px;
	border: solid 1px #e5e5e5;
	padding: 0; margin: 1em;
	background-color: #f5f5f5;
}
div.code-main div.code-title {
	font-family: monospace;
	height: 1.70em; line-height: 1.70em; padding: 0; margin: 0;
	border-bottom: solid 1px #e5e5e5;
	background-color: #f3f3f3;
}
div.code-main div.code-num {
	background-color: #f5f5f5;
	border: none;
	font-family: monospace;
	white-space: nowrap;
	line-height: 1.4em; padding: 0.5em 0.2em; margin: 0;
	float: left;
	overflow: hidden;
}
div.code-main div.code-content {
	font-family: monospace;
	white-space: nowrap;
	background-color: #f9f9f9;
	line-height: 1.4em; padding: 0.5em; margin: 0;
	border: none;
	overflow-y: auto; overflow-x: auto;
}
div.code-main div.code-content,
div.code-main div.code-num {
	max-height: 400px;
	/*padding-bottom: 1.4em;*/
}	 
/* end toolbar buttons/extensions CSS: */
