hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.ic-calendar-row {
  padding: 0 0 0 0;
}
.ic-calendar-date {
  margin: 2px auto 2px auto;
  padding: .5rem 0;
  line-height: 1;
}
.today:not(.event) .ic-calendar-date {
  color: #ffffff;
  background-color: transparent;
}
.today .ic-calendar-date {
  font-weight: 600;
  outline: .1rem solid #ffffff;
  outline-offset: 1px;
}
ul.jwts_tabbernav li a {
  font-size: 22px;
  margin: 0 3px 0 0;
  padding: 0 10px;
  color: #333;
  border: 1px solid #bbb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(187, 187, 187);
  border-bottom: 0;
  background: #eee;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  margin-top: -1px;
}