#content {
	width: auto;
	}

.wideDisplayOnly {
	display: none;
	font-size: 14px;
	}
	
@media only screen and (min-width: 500px) {
	.wideDisplayOnly {
		display: inline;	
		}	
	}
	
.contentBlockHeader h3, .contentBlockHeader h3 span {
	font-weight: bold;
	text-transform: uppercase;
	}
	