.gsf-field-icon-item {
	position: relative;
	width: 56px;
	height: 56px;
	line-height: 38px;
	background: #f5f5f5;
	color: #000;
	border: solid 1px #999;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}
.gsf-field-icon-item-info {
	width: 100%;
	height: 100%;
}
.gsf-field-icon-item-info > span {
	width: auto!important;
	height: auto!important;
	line-height: inherit!important;
}
.gsf-field-icon-item-label {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 18px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: #999;
	color: #fff;
}