/* CSS Document */

#on-this-page h3 {
	margin-bottom: 0px;
}

#on-this-page ul {
	display: inline-block;
	margin-top: 0.313rem;
	width: 12.5rem;
	vertical-align: top;
}

.vso-top-link {
	text-align: right;
}

.vso-entry {
	border-bottom: 1px solid black;
	padding-bottom: 0.625rem;
}

.vso-entry + .vso-entry {
	padding-top: 1.25rem;
}

.vso-entry:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.vso-entry h2 {
	line-height: 1.5rem;
	margin-top: 0px;
}
.vso-entry p {
	margin-bottom: 0.625rem;
}

.vso-entry-block {
	vertical-align: top;
}

.vso-spacer {
	height: 0.625rem;
}

@media(min-width: 0px){
	#on-this-page ul + ul {
		
	}
	
	.vso-entry-block {
		display: block;
		width: 100%;
	}
}

@media(min-width: 600px){
	.vso-entry-block {
		display: inline-block;
		vertical-align: top;
		width: 18.75rem;
	}
}

@media print {
	
	.vso-entry-block {
		display: block !important;
		height: auto !important;
		width: auto !important;
	}
}