ul.square {
	margin-top:-20px;		
}

ul.square li {
	list-style-type: square;
	margin-left: 20px;
}

/* *** MEDIA QUERIES ********************************************************************** */

@media only screen and (max-width:768px) { 

}
