#rs_grupper ul.options{
	padding:0 10px 10px 0;
	display:block;
	font-size:13px;
	color:#3F3F3F;
	line-height:20px;
	margin:0px;
	list-style:none !important;
}
#rs_grupper li{
	list-style:none !important;
	border-bottom:1px dotted #CCC;
	height:28px;
	padding-left:0 !important;
	content:none !important;
}
#rs_grupper li:before{
	content: none !important;
}
#rs_grupper li span{
	color:#777;
	font-size:14px;
	background-color:white;
	bottom:-11px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative;
}
#rs_grupper li b{
	color:black;
	font-size:14px;
	float:right;
	background-color:white;
	bottom:-11px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative;
}
#rs_grupper .hint{
    cursor: pointer;
    display: inline-block;
    padding: 0 3px;
}
#rs_grupper .hint:before{
    content: '?';
    display: inline-block;
    color: #fff;
    background: #6199d6;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    width: 16px;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
    font-style: normal;
}
#rs_grupper .hint:hover {
    border-color: transparent;
}

#rs_grupper .rs_grupper_item {
	border: 1px solid #f2f2f2;
	width: 100% !important;
	float: none !important;
	margin: 18px 0 !important;
}
#rs_grupper .rs_grupper_item > strong {
	padding: 8px 18px 9px;
	display: block;
	font-weight: bold;
	background: #659cd6;
	color: #fff;
}
#rs_grupper ul.options{
    padding: 0 !important;
}