.lectioLabel {
	float: left; 
	width:100px;
	clear:left;
}
.info {
	float: left:
	clear:right;
}

/* Mobile Devices */
@media only screen and (max-device-width: 480px) {
	* {
		font-size: .9em;
	}
}
