/* Index rating image - move to left of title  */
.DataList .ItemDiscussion {
	position: relative;
	padding-left: 22px;
}
.DataList .rating-image {
	position: absolute;
	left: 3px;
	top: 12px;
}
/* Form rating options */
label[for*="Rating"] {
	display: block !important;
}
/* Breadcrumbs are dumb when you have a sidebar */
.Breadcrumbs {
	display: none;
}
/* Align to top with Breadcrumbs gone */
.MeBox {
	margin-top: 0;
}

.PanelCategories li:first-child, .PanelCategories li:nth-last-child(2) {
	border-bottom: 2px solid black;
}
kbd, samp {
	font-family: monospace !important;
}
