/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Bullets verde **/
.bullets-verde li::marker {
	color: rgb(120, 185, 40) !important;
}


/*= Blog ====================== */

/** Blog >> Paginação **/
#main .nav-links {
	text-align: center !important;
}

/** Blog >> Nav links link **/
.nav-links > a {
	color: rgb(120, 185, 40) !important;
	border-top-color: rgb(120, 185, 40) !important;
}

/** Blog >> Main current **/
#main .current {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(120, 185, 40) !important;
	border-color: rgb(120, 185, 40) !important;
	border-width: 1px !important;
}

