/**
* This file is loaded by the styleguide and provide additionnal css for all examples.
*/
@import './index.scss';
@import '../../components/RouteSchedule/RouteSchedule.md.scss';
@import '../../components/Search/Search.md.scss';

.rs-map {
  height: 300px;
}

.tm-footer {
  position: absolute;
  height: 40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: lightgray;
}
