/* 
	Panasense custom styles
*/
.case-study-icon {
	-webkit-border-radius: 60px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 60px;
	-moz-background-clip: padding;
	width: 150px;
	height: 150px;
	background-clip: padding-box;
	border-style: solid;
	border-width: 5px;
	border-color: #cfcfcf;
	background-size: cover;
	background-position: center center;
	border-radius: 50% !important;
	background-position: center;
}

ul.square {
	font-size: 100%;
}