/* line 5, /app/app/assets/stylesheets/today.scss */
#today .modal1 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
}

/* line 13, /app/app/assets/stylesheets/today.scss */
#today .modal1 .modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* line 20, /app/app/assets/stylesheets/today.scss */
#today .modal1 .modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 160px;
  transform: translate(-50%, 0%);
  width: 510px;
  border-radius: 10px;
}

/* line 30, /app/app/assets/stylesheets/today.scss */
#today .js-modal {
  text-align: center;
}

/* line 34, /app/app/assets/stylesheets/today.scss */
#today .js-modal img {
  width: 60px;
}

/* line 38, /app/app/assets/stylesheets/today.scss */
#today .js-modal .m1 {
  float: left;
  width: 150px;
}

/* line 42, /app/app/assets/stylesheets/today.scss */
#today .js-modal .m2 {
  float: left;
  padding-top: 17px;
  width: 90px;
}

/* line 48, /app/app/assets/stylesheets/today.scss */
#today .js-modal .m3 {
  float: left;
  padding-top: 5px;
  width: 90px;
}
