.width-50 {
	width: 50%;
}

.width-100 {
	width: 100%;
}

.overflow-hidden {
	overflow: hidden;
}

.float-left {
	float: left;
}
