.leaflet-dwell-info {
    text-align: center;
    font-size: 18px;
}

.swal-modal {
  width: 340px;
  background-color: #FEFEEF;
  transition-property: none !important;
  transform: none !important;
  animation: none !important;
}

.swal-title {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.swal-content {
  padding: 6px;
  display: block;
  margin: 8px;
  text-align: left;
  font-size: 13px;
  margin-top: 0px;
  padding-top: 0px;
}

.leaflet-timeline-controls {
  width: 300px;
  text-align: center; }
  .leaflet-timeline-controls * {
    vertical-align: middle; }
  .leaflet-timeline-controls .button-container {
    float: left; }
    .leaflet-timeline-controls .button-container button {
      position: left;
      width: 28px;
      height: 28px; }
      .leaflet-timeline-controls .button-container button::before, .leaflet-timeline-controls .button-container button::after {
        content: "";
        position: absolute; }
      .leaflet-timeline-controls .button-container button.reverse::before {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .leaflet-timeline-controls .button-container button.play::before {
        border: 7px solid transparent;
        border-width: 7px 0 7px 10px;
        border-left-color: black;
        margin-top: -7px;
        background: transparent;
        margin-left: -5px; }
      .leaflet-timeline-controls .button-container button.pause {
        display: none; }
        .leaflet-timeline-controls .button-container button.pause::before {
          width: 4px;
          height: 14px;
          border: 4px solid black;
          border-width: 0 4px;
          margin-top: -7px;
          margin-left: -6px;
          background: transparent; }
      .leaflet-timeline-controls .button-container button.prev::before, .leaflet-timeline-controls .button-container button.prev::after {
        margin: -8px 0 0;
        background: black; }
      .leaflet-timeline-controls .button-container button.prev::before {
        width: 2px;
        height: 14px;
        margin-top: -7px;
        margin-left: -7px; }
      .leaflet-timeline-controls .button-container button.prev::after {
        border: 7px solid transparent;
        border-width: 7px 10px 7px 0;
        border-right-color: black;
        margin-top: -7px;
        margin-left: -5px;
        background: transparent; }
      .leaflet-timeline-controls .button-container button.next::before, .leaflet-timeline-controls .button-container button.next::after {
        margin: -8px 0 0;
        background: black; }
      .leaflet-timeline-controls .button-container button.next::before {
        width: 2px;
        height: 14px;
        margin-top: -7px;
        margin-left: 5px; }
      .leaflet-timeline-controls .button-container button.next::after {
        border: 7px solid transparent;
        border-width: 7px 0 7px 10px;
        border-left-color: black;
        margin-top: -7px;
        margin-left: -5px;
        background: transparent; }
  .leaflet-timeline-controls.playing button.pause {
    display: inline-block; }
  .leaflet-timeline-controls.playing button.play {
    display: none; }
  .leaflet-timeline-controls input.time-slider {
    width: 30%; }
  .leaflet-timeline-controls output.time-text {
    width: 150px; }
  .leaflet-timeline-controls input.speed-slider {
    width: 8%;
    float: right; }
  .leaflet-timeline-controls output.speed-text {
    width: 15px;
    float: right; }

.icon {
    max-width: 80%;
    max-height: 80%;
    margin: 3px;
    }
