.skiller_card {
	padding: 20px;
}

.skiller_avatar_container {
	width: 60px;
	height: 60px;
}

.skiller_avatar {
	border-radius: 12px;
}

.skiller_isv_badge {
	height: 22px;
}

.skiller_name {
	font-size: 16px;
}

.skiller_realname_tag {
	color: white;
	background-color: #99cc66;
	font-size: 12px;
	padding: 0 3px;
	border-radius: 3px;
}

.skiller_work_duration_year_solid {
	color: white;
	background-color: #ff8833;
	font-size: 12px;
	padding: 0 1px 0 3px;
	border-radius: 3px 0 0 3px;
}

.skiller_work_duration_year_hollow {
	color: #ff8833;
	background-color: white;
	font-size: 11px;
	padding: 0 3px 0 3px;
	border-radius: 0 3px 3px 0;
	border: solid 1px #ff8833;
	box-sizing: content-box;
}


.skiller_score_icon {
	height: 20px;
}

.skiller_score {
	color: red;
	line-height: 20px;
}

.skiller_unit_tag {
	color: white;
	background-color: #ff8833;
	font-size: 12px;
	padding: 1px 5px;
	border-radius: 3px;
}

.skiller_person_tag {
	color: #ff8833;
	border: solid 1px #ff8833;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px;
}

.skiller_region {
	color: #999999;
	font-size: 14px;
}

.skiller_skill_container {
	line-height: 25px;
	color: #007FED;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.skiller_msg {
	height: 25px;
}