.supporter-OUTER {
	background-color: rgba(235,186,44,0.2);
	margin-bottom: 7px;
	border: 1px solid rgba(235,186,44,0.5);
	background-image: url(../team-98/assets-supporters/supporter-rule.png);
	background-repeat: no-repeat;
	background-position: 88px 6px;
	width: 88%;
	min-height: 80px;
	padding: 5px;
	margin-left: 1px;
}
.supporter-inner {
}
.supporter-icon img{
	height: 75px;
	background-color: #f5d010;
	float: left;
	width: 75px;
	margin-top: 2px;
	margin-left: 2px;
}
.supporter-heading {
	font-size: 15px;
	font-style: normal;
	margin-bottom: 2px;
}
.supporter-text {
	font-size: 14px;
	margin-left: 89px;
	line-height: 16px;
	padding-right: 5px;
	font-style: italic;
	padding-bottom: 2px;
}
.supporter-text p{
	margin-bottom: 4px;
}
.supporter-website {
	text-align: right;
	margin-bottom: 0px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
.supporter-OUTER {
	width: auto;
	min-height: 0px;
	margin-left: 0px;
	margin-top: 3px;
}
