#sfcg_evaluations_filter,
#sfcg_evaluations_filter_content {
	display: block;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	z-index: 10000;
	clear: both;
}

#sfcg_evaluations_filter_content {
	display: block;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
}

#sfcg_evaluations_filter_content li {
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
	margin-top: 15px;
}

#sfcg_evaluations_filter_content li a {
	font-weight: normal;
}

#sfcg_evaluations_filter_content li a[href$=".pdf"],
#sfcg_evaluations_filter_content li a[href$=".PDF"],
#sfcg_evaluations_filter_content li a[href$=".pdf#new_tab"],
#sfcg_evaluations_filter_content li a[href$=".PDF#new_tab"] {
	padding: 0 25px 3px 0;
    background: url("pdf.png") right center no-repeat;
}
#sfcg_evaluations_filter_content li a[href$=".doc"],
#sfcg_evaluations_filter_content li a[href$=".docx"],
#sfcg_evaluations_filter_content li a[href$=".doc#new_tab"],
#sfcg_evaluations_filter_content li a[href$=".docx#new_tab"] {
	padding: 0 25px 3px 0;
    background: url("doc.png") right center no-repeat;
}

.sfcg_evaluations_filter_col {
	float: left;
	text-align: center;
	padding: 10px;
}

#sfcg_efy_select,
#sfcg_efm_select {
	display: inline-block;
	width: 200px;
	max-width: 100%;
	height: 20px;
}

#sfcg_ef_button {
	display: inline-block;
	width: 100px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	color: #fff;
	background-color: #286090;
}