@charset "utf-8";
/* Filter period
   ========================================================================== */
#filter-period {
  margin-bottom: 25px;
}
#filter-period .title {
  margin-bottom: 2px;
  font-size: 1.4em;
}
#filter-period .start-date,
#filter-period .fromto,
#filter-period .end-date,
#filter-period .mod-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#filter-period .fromto {
  margin-right: 0.6em;
  padding-left: 0.3em;
}
#filter-period .unit {
  margin: 0 0.6em 0 0.2em;
}
@media screen and (max-width: 701px) {
  #filter-period .start-date,
  #filter-period .fromto {
    margin-bottom: 0.4em;
  }
}
