.mobile .events-card {
  border: 0;
}
.mobile .events-card .card-body {
  background-color: #e5e8e7;
  padding-left: 0px;
  padding-right: 0px;
  /* padding-top: 15px; */
}

.mobile .ecard0 {
  margin-bottom: 1rem;
  background-color: white;
}

.mobile .ecard0_body {
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 10px;
  padding-right: 6px;
}
.mobile .ecard0 .summary {
  padding: 0 10px;
}
.mobile .ecard0_body h5 {
  line-height: 1.5em;
}

.mobile .event .title a {
  text-decoration: underline;
}

.mobile .event a .title {
  text-decoration: underline;
}

.mobile .ecard0 .badge {
  padding: .12em .25em;
  margin-right: 0.5em;
}

.mobile .mobile .event1 {
  background-color: #e2eeed;
  padding: 5px;
}

.mobile .ecard0 .material-icons {
  font-size: 1.2rem;
}

.mobile .event1 {
  padding: 10px 5px 10px 10px;
  background-color: #fbfbfb;
}

.mobile .dtabc {
  margin-right: 0.6rem;
}

.mobile .event2 {
  padding-left: 7px;
  padding-right: 4px;
  background-color: #e9f4f5;
  line-height: 3em;
}

.mobile .event2 .badge {
  margin-right: 5px;
}

.mobile .event1 .title {
  font-size: 0.9rem;
}

.mobile .event-description p {
  padding: 0 10px;
}

.mobile .card-body {
  padding: 0px;
}

.mobile .card-header {
  background-color: #bbee9f;
  border-radius: 0px;
}

.mobile .card-body .bottom_border {
  border-bottom: groove;
  border-bottom-width: thin;
}

.mobile .card-footer__col {
  width: 50%;
}

.mobile .card-footer__col-last {
  width: 50%;
}

.mobile .card-footer button {
  width:  100%;
  font-size: 0.9rem;
}