.slider {
	position: absolute;
  bottom: 0;
  left: 10px;
	width: 100%;
	overflow: hidden;
  z-index: 2000;
  background: rgba(255, 255, 255, .75);
  border-radius: 4px;
}
@media (min-width: 768px) {
	.slider {
		bottom: 20px;
    transition: width 500ms;
	}
	.modal-xl {
		width: 90%;
		max-width:1200px;
	}
	.slider.leaflet-touch {
		border: 2px solid rgba(0, 0, 0, 0.2);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.slider {
		width: 280px;
    height: 200px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.slider {
		width: 370px;
    height: 200px;
	}
}
@media (min-width: 1200px) {
	.slider {
    width: 350px;
    height: 200px;
	}
}

.pos-ticker tr td {
  padding: 3px 10px;
  font-size: 13px;
}
.pos-ticker tr td:first-child {
  /* background: red; */
}