#events_wrap {
  margin: 1rem -1.25rem;
}
#calprop0 {
  display: none;
}
.ical {
  table-layout: auto;
  width: 100%;
  border-spacing: 0 2ex;
  border: none;
}
.ical tr {
  background: hsl(180,20%,96%);
  width: 100%;
  outline-left: 1
}
.ical tr.odd {
  background: hsl(180,20%,92%);
}
.ical td {
  padding: 1.25rem;
  border-width: 1px 1px 1px 0;
}
.ical .amrcol2 {
  border-width: 1px 1px 1px 1px;
  width: 100%;
}
@media screen and (max-width: 35em) {
  .ical td { display: block }
  .ical .amrcol1, .ical .amrcol2 { width: auto }
  .ical .amrcol1 {
    background-color: hsla(197,40%,50%,.2);
    padding: 1.5ex 1.25rem .75ex;
    border-width: 1px 1px 0 1px;
  }
  .ical .amr-col2 {
    border-width: 0 1px 1px 1px;
  }
  .ical .amrcol1 > div[class*="date"],
  .ical .amrcol1 > div[class*="time"] {
    display: inline;
  }

}
.ical .amrcol1 > div[class^="start"],
.ical .amrcol1 > div[class^="end"] {
  display: inline;
}
.ical .description {
  overflow: hidden;
  max-height: 8em;
  position: relative;
  padding-bottom: 1.25rem;
}
.ical tr .description::after {
  content: '';
  position: absolute;
  right: 0; bottom: 0; left: 0; top: 6em;
  background: linear-gradient(0, hsla(180,20%,96%,1) 0%, hsla(180,20%,96%,0) 100%);
}
.ical tr.odd .description::after {
  background: linear-gradient(0, hsla(180,20%,92%,1) 0%, hsla(180,20%,92%,0) 100%);
}
.ical tr:hover .description,
.ical tr.ical-open .description {
  max-height: none;
}
.ical tr:hover .description::after,
.ical tr.ical-open .description::after {
  background: none;
}
#icalnavs > a {
  display: none;
}
a#icalback, a#icalnext {
  display: inline-block;
  background: #3f3f3f;
  line-height: 1;
  padding: .8rem 1.5rem;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: .5rem;
  color: white;
}

/* Widget */

.widget-area .ical article.event {
  font-size: 90%;
  margin-bottom: 1.5ex;
  line-height: 3ex;
  word-break: break-all;
  word-break: break-word;
}
.widget-area .ical article.event .eventdate {
  display: block;
  margin-bottom: .25ex;
}
.widget-area .ical article.event .summary {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: hsl(0,0%,30%)
}
