
@media braille, embossed, speech {
	.MediaVisualOnly {
		display: none;
	}
}

body {
	overflow: scroll;
}

p {
	text-align: justify;
}

.Academic {
	text-transform: none;
}

.Float.Right {
	float: right;
}

.Float.Left {
	float: left;
}

.Profile dl > dt {
	display: inline;
}

.Profile dl > dt:after {
	content: ": ";
}

.Profile dl > dd {
	display: inline;
}

.Profile dl > dd:after {
	display: block;
	content: " ";
}
