/** Add css rules here for your application. */

.dialogVPanel {
  margin: 5px;
}

.postTagsLabel {
	color: #8888FF;
	font-size: 0.9em;
	padding-left: 2px;
}

.postTagsAnchor {
	color: #8888FF;
	font-size: 0.9em;
	padding-left: 2px;
	text-decoration: none;
}

.postTagsAnchor:hover {
	color: #5555FF;
	text-decoration: underline;
}

.postTagsAnchor:visited {
	color: #8888FF;
	font-size: 0.9em;
	padding-left: 2px;
	text-decoration: none;
}

.postTagsAnchor:visited:hover {
	color: #5555FF;
	text-decoration: underline;
}

.navBarAnchor {
	text-decoration: none;
	color: #555588;
}

.navBarAnchor:visited {
	text-decoration: none;
	color: #555588;
}

.navBarAnchor:hover {
	text-decoration: underline;
}

.navBarLabel {
	color: #555588;
}

.postContentPlain {
}

.postContentCode {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 700px;
	background-color: #EEEEFF;
	border: 1px solid #DDDDFF;
	font-family: monospace;
	font-size: 1.2em;
	overflow: auto;
}
