/**
 * Copyright 2013 Google Inc. All Rights Reserved.
 * Earth Engine-specific modifications to the time lapse client.
 */

/* Path adjustments for files. */

.tiledContentHolder {
   cursor: url("/timelapse/css/cursors/openhand.cur"), move !important;
}

.tiledContentHolder.closedHand {
   cursor: url("/timelapse/css/cursors/closedhand.cur"), move !important;
}

/* Visual style overrides */

#earthTimePlayer_timelapse {
   width: 100% !important;
}