@charset "UTF-8";

.question-link {
    color: #001133;
}

ul.marker_green2 {
	list-style-type: none;
	margin: 0 1.2em 0 0;
}
ul.marker_green2 li:before {
	color: #93b51e;
	display: inline-block;
	width: 1.1em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f10c";
	margin-left: -1.1em;
}
dt {
	margin-left:1.3em;
	margin-bottom:3px;
	font-weight: bold;
}

dd {
	margin-left:1.6em;
	margin-bottom:2px;}


dt:before {
	color: #83b50e;
	display: inline-block;
	width: 1.1em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f0c8";
	margin-left: -1.1em;
}

em.fa-square { color: #83b50e; margin:0 2px; }

.cat_colum {
	-webkit-columns:3 220px;
	-moz-columns:3 220px;
	-ms-columns:3 220px;
	-o-columns:3 220px;
	columns:3 220px;
}

strong.search { background: linear-gradient(transparent 50%, #ccffcc 55%);}