#helpFull ul{
	list-style-type:none;
}

#helpFull ul li::before {
    content: "•";
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    vertical-align: sub;
    line-height:20px;
    margin-right:8px;
}

#helpFull ul li.red:before{
	color:#FF0000;
}

#helpFull ul li.orange:before{
	color:#FFBF00;
}

#helpFull ul li.green:before{
	color:#00FF00;

}

#ir_map .maplibregl-popup-content.mapboxgl-popup-content{
	border:1px solid #F28B00;
}

#address #ban .btn{
	background-color:#195C7F;
	color:#FFF;
	cursor:pointer;
}

#ir_map{
	width:100%!important;
	max-width:100%!important;

}

@media(max-width:600px){
	#ir_map{
		width:90%!important;
		max-width:90%!important;
		margin-left:5%;
		height:400px;
	}
}
