.green {
	color: #7bae78 !important;
}

.red {
	color: #e95151 !important;
}

.yellow {
	color: #e9aa00 !important;
}

.blue {
	color: #63c9e7 !important;
}

.wpsl-content-block header h2 {
	display: block;
	position: relative;
	padding-bottom: 15px;
	border-bottom: solid 1px #DBDBDB;
	margin-top: 30px;
	margin-bottom: 20px;
}

.wpsl-content-block header h2 a {
	font-size: 24px;
	line-height: 32px;
	color: #363636;
	display: block;
	position: relative;
	margin-top: 7px;
	text-decoration: none;
}

.wpsl-content-block header h2.green,
.wpsl-content-block header h2 a.green {
	color: #7bae78;
}


.wpsl-content-block header h2 span {
	display: inline-block;
	width: 14px;
	background: url('../../images/ico-btn-triangle-green.png') right bottom no-repeat;
	position: absolute;
	bottom: 3px;
	height:10px;
}

.wpsl-content-block header h2 a.red span {
	background: url('../../images/ico-btn-triangle-red.png') right bottom no-repeat;
}

.wpsl-content-block header h2 a.yellow span {
	background: url('../../images/ico-btn-triangle-yellow.png') right bottom no-repeat;
}

.wpsl-content-block header h2 a.blue span {
	background: url('../../images/ico-btn-triangle-blue.png') right bottom no-repeat;
}

.wpsl-content-block .img-box {
	display: block;
	position: relative;
}