/* CSS Document */



.ws-50pc {
	float: left;
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ws-50pc {
		width: 100%;
	}
} 