img[src$='#floatleft'] {
	max-width: 75%;
	width: auto\9*0.3;
	/* ie8 */
	height: auto;
	float: left;
}

img[src$='#floatleftsmall'] {
	max-width: 33%;
	width: 25%;
	/* ie8 */
	height: auto;
	float: left;
	padding-right: 25px;
}

img[src$='#floatright'] {
	max-width: 75%;
	width: auto\9*0.3;
	/* ie8 */
	height: auto;
	float: right;
}

img[src$='#floatrightsmall'] {
	max-width: 33%;
	width: 25%;
	/* ie8 */
	height: auto;
	float: right;
	padding-left: 10px;
}

.header {
	color: #27CBCD !important;
	font-weight: bold;
}

.subheader {
	color: #27CBCD !important;
}

.posttitle {
	color: #27CBCD !important;
}

.twittertimeline {
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.opinion {
	font-size: small !important;
}

.socialicons {
	font-size: small !important;
}