.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;
}

.gsf-field-icon-item-info .gsf-field-icon-remove {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	width: 15px;
	height: 15px;
	background: #0085ba;
	color: #fff;
	opacity: 0;
}

.gsf-field-icon-item-info .gsf-field-icon-remove i {
	font-size: 15px;
	width: 15px;
	height: 15px;
	vertical-align: top;
}

.gsf-field-icon-item-info:hover .gsf-field-icon-remove {
	opacity: 1;
}