@charset 'UTF-8';

.meeting-list header.day {
  background: #115c0d;
  border: 0;
  color: #fff;
  font-family: 'GothamMedium';
  font-size: 20px;
  line-height: 42px;
  margin: 10px -15px;
  text-align: center;
}

.meeting-list {
  min-height: 1500px;
}

@media only screen and (max-width :767px) {
  .meeting-list header.day {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (min-width : 768px) and (max-width :991px) {
  .meeting-list header.day {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (min-width : 992px) and (max-width :1199px) {
  .meeting-list header.day {
    font-size: 18px;
    line-height: 32px;
  }
}
