.item-with-icon {
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 8px 52px;
}

.menu-with-icon {
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 0 20px;
}

.ide-item-with-icon {
	background-repeat:no-repeat;
	margin:0;
	padding:0 0 8px 40px;
}

.ide-item-with-icon h2{
	margin-bottom: 5px;
}

/* font size*/
.title {
	color:#319BD8;
	text-decoration:none;
	font-family:"Arial";
	font-size:20px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-0.75px;
	line-height:20px;
}

.f14 {
	font-size: 14px;
}



/* LABEL */
.red-label {
	color: #E8506C;
}

.teal-label {
	color: #6d969a;
}

.green-label {
	color: #91AE02;
}

.blue-label {
	color: #4f91bb;
}

