/* CSS Document */

ul .float-dol {
    float: left; 
	list-style-type: none;
	padding: 5px 20px 5px 20px
} 

@media screen and (max-width: 48em) {
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 100%;

	}
	.one-third,
	.two-sixths {
		width: 100%;
	}
	.four-sixths,
	.two-thirds {
		width: 100%;
	}
	.one-fourth {
		width: 100%;
	}
	.three-fourths {
		width: 100%;
	}
	.one-sixth {
		width: 100%;
	}
	.five-sixths {
		width: 100%;
	}
}