@media (max-width: 767px) { /* Resize for mobile screens */
    .event-thumbnail {
      max-width: 100% !important;
    }
    .event-title {
      font-size: 1.7em !important;
      margin-left:  1em;
    }
    .event-time {
      font-size: large !important;
      /* font-style: normal !important; */
    }
    .event-time, .event-description {
      margin-left: 1.5em;
      margin-right: 1em;
    }
}

.event-panel .event-thumbnail {
  max-width: 30%;
  margin: 1em;
  display: inline-block;
  float: left;
}

.event-thumbnail img {
  /* max-height: 120px; */
  /* margin: 1em !important; */
  max-width: 100%;
  height: auto;
  /* margin-top: 1em;
  margin-left: 1em; */
  float: left;
}


#tabs-workshops-and-events ul {
  margin-left: 0em;
  padding-bottom: 0em !important;
  margin-bottom: 0.5em;
}

#tabs-workshops-and-events {
  padding-left: 0;
  padding-right: 0;
}

/* #more-events {
  font-size: large;
} */

.more-events:hover {
  text-decoration: none;
}

#api_upc_cid7723_7692_7757_7771_7741_7748_iid340 {
  display: none;
}

.tabs ul.ui-tabs-nav {
    background-color: #002754;
}

.tabs {
  border: none;
}

.tabs ul.ui-tabs-nav li {
    border-right: 1px solid #abc2d1;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-left: 0.5em;
}

.badge-full {
  color: #fff;
  background-color: #6c757d;
}

.register-button { /* Overrides class btn_mid */
  display: inline-block !important;
  line-height: 1em;
  margin-left: 0.7em;
  margin-top: 0.3em;
  font-size: medium;
  font-style: normal;
}

.register-button:hover {
  text-decoration: none;
}

.event-panel {
  background-color: #E8ECF0;
  width: 100%;
  height: auto;
  /* display:table; */
  overflow: auto;
  margin-bottom: 0.5em;
  margin-left: 0em !important;
  position: relative;
}

.event-panel:last-child {
  margin-bottom: 0px;
}

.event-panel .event-title {
  margin-top: 0.6em;
  padding-right: 0.5em;
}


.event-description {
  padding: 0em 0.8em 0.5em 0em;
  overflow: auto;
}



.event-time {
  /* font-style: italic; */
  /* display: inline-block; */
  /* font-size: large !important; */
}

/* .register-button {
  width: 4em;
  display: inline-block;
  line-height: 1em;
} */
