/* Happening Now Admin Form */
#te-now-form .container-inline-date {
  float: left;
  margin-right: 40px;
  clear: none;
}

/* Happening Now Admin Tables */
.now-table {
  margin-bottom: 40px;
}
.now-table h2 {
  margin: 0;
  padding: 10px;
  font-weight: normal;
  background: #E1E2DC;
  border: 1px solid #BEBFB9;
  border-bottom: none;
}

/* Frontend Styles */
.te-now-rotator {
  position: relative;
  overflow: hidden;
  height: 60px;
}
.te-now-events {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.te-now-event {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #394450;
}
.te-now-event .te-now-container {
  clear: left;
  float: left;
  position: relative;
  left: 50%;
}
.te-now-event .te-now-inner {
  float: left;
  position: relative;
  right: 50%;
}
.te-now-event .te-now-label {
  display: inline-block;
  margin-right: 20px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  color: #333;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #FFDE00;
  background: #FFC200;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#a5a5a5',GradientType=0);
  box-shadow: inset 0px 1px 1px #FFDE00, 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: none;
  border-radius: 3px;
}
.te-now-event .te-now-title {
  color: #FFF;
}
.te-now-event .te-now-button {
  display: inline-block;
  margin-left: 20px;
}
.te-now-event .te-now-icon {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.te-now-event a {
  display: inline-block;
  color: #FFC200;
  text-transform: uppercase;
  font-weight: bold;
}
