/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Categories 2 widgettitle **/
#categories-2 .widgettitle {
	display: none !important;
}

/** General >> Comments comments title **/
#comments .comments-title {
	color: rgb(190, 190, 190) !important;
	font-size: 20px !important;
	margin-bottom: 20px !important;
}

/** General >> Comment item 1 **/
#comment-item-1 {
	margin-bottom: 20px !important;
	border-bottom-color: rgb(232, 232, 232) !important;
	border-bottom-width: 1px !important;
}

/** General >> Reply title **/
#reply-title {
	color: rgb(147, 147, 147) !important;
	font-size: 20px !important;
}

/** General >> Highlight **/
.highlight {
	color: rgb(255, 255, 255) !important;
	background-color: rgba(48, 85, 142, 0.61) !important;
	padding: 5px !important;
}

