/* 
Hide the original Leaflet.TimeDimension control bar 
(we still use its Player internally from WRALTimeControl)
*/
.leaflet-bar-timecontrol,
.leaflet-control-timecontrol {
  display: none !important;
}
   