#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 solid var(--stroke_black);
	padding-left:0 !important;
	content:none !important;
	display: flex;
	height: auto;
	margin-bottom: 0;
}
#rs_grupper li:before{
	content: none !important;
}
#rs_grupper li span{
	color:#777;
	color: var(--lite_basic_text_black);
	background-color:white;
	background-color: var(--black_bg_black);
	font-weight:normal;
	position:relative;
	bottom: 0;
	width: 50%;
	padding: 12px 5px 12px 0;
}
#rs_grupper li b{
	color:black;
	color: var(--basic_text_black);
	float:right;
	font-weight:normal;
	position:relative;
	width: 50%;
	bottom: 0;
	background: none;
	padding: 12px 5px 12px 0;
}

#rs_grupper hr {
	margin: 15px 0;
}

@media (max-width: 500px) {
	#rs_grupper li {
		flex-direction: column;
	}

	#rs_grupper li span,
	#rs_grupper li b {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}

	#rs_grupper li span {
		margin-top: 11px;
		font-size: .867em;
		line-height: 1.692em;
	}
}
