.opentimes_card {
  border: solid 1px #E1E3EA;
  border-radius: 12px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.opentimes_card-status .btn {
  border-radius: 6px;
  border: 1px solid #E1E3EA;
  padding: 9px 10px;
  font-weight: 300 !important;
  font-size: 16px;
  cursor: default;
  color: #78829D;
}
.opentimes_card-status .btn.open i {
  color: #7DD27D;
}
.opentimes_card-status .btn.closed i {
  color: #D9534F;
}
.opentimes_card-top {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opentimes_card-top h2 {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .opentimes_card-top {
    display: block;
  }
  .opentimes_card-top h2 {
    margin-bottom: 10px;
  }
}
.opentimes_card-row ul {
  padding: 0;
  margin: 0;
}
.opentimes_card-row ul li {
  padding: 14px 30px;
  border-top: solid 1px #E1E3EA;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .opentimes_card-row ul li {
    display: block;
  }
}
.opentimes_card-row ul li span {
  width: 50%;
  display: inline-block;
  color: #78829D;
}
@media only screen and (max-width: 992px) {
  .opentimes_card-row ul li span {
    width: 100%;
  }
}

/*# sourceMappingURL=opentimes.css-0aaee7ed30a4c449b418ee205d9bc718.map */
