.leaflet-timeline-controls {
  width: 300px;
  text-align: center; }
  .leaflet-timeline-controls * {
    vertical-align: middle; }
  .leaflet-timeline-controls input[type=range] {
    width: 75%; }
  .leaflet-timeline-controls .button-container {
    float: left;
    width: 10%; }
    .leaflet-timeline-controls .button-container button {
      position: relative;
      width: 33%;
      height: 20px; }
      .leaflet-timeline-controls .button-container button::before, .leaflet-timeline-controls .button-container button::after {
        content: "";
        position: absolute; }
      .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 output {
    width: 10%;
    float: right; }
