#ajax_list{
	position: absolute;
	margin-top:30px;
	z-index: 1;
	background-color: white;
	border: 1px solid gray;
	padding: 5px;
	list-style-type: none;
	max-height: 150px;
	overflow-y: auto;
	border-radius: 5px;
}
#ajax_list::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
#ajax_list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fabc26;
}

#ajax_list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}
#ajax_list li{
	cursor: pointer;
	font-size: larger;
	margin:3px 0px;
}
#ajax_list li:hover{
	color: #9b721a;
}
.uapost_fields input{
	height: 25px;
	width: 100%;
	font-size: 12px;
}
.uapost_update_button{
	background-image: url("/bitrix/images/akweb.uapost/update-icon.png");
	width: 24px;
	height: 24px;
	position: absolute;
	margin-left: 10px;
}
.uapost_update_button + .percent{
	font-size: 13px;
	position: absolute;
	margin-left: 10px;
	display: inline-block;
	font-weight: 700;
	line-height: 26px;
}
#uapost_locations_block{
	margin-bottom: 40px;
}