div.block-registration-open {
  background: rgba(0,0,0,0.5);
  padding: 1%;
  width: 75%;
  margin: 15px auto 0 auto;
}
.views-element-container {
  margin: 0 auto;
}
@media (max-width: 899px) {
  div.block-registration-open  {
      width: 80%;
  }
  .block-registration-open span.info, .block-registration-open span.start_month, .block-registration-open span.end_month, .block-registration-open time {
    display: none;
  }
}
@media (max-width: 549px) {
  .block-registration-open p {
    line-height: 1.5em !important;
    font-size: 1.5rem !important;
  }
  .block-registration-open h1 {
    font-size: 1em !important;
  }
}
.right-now h1 {
  color: #ea820a !important;
}
.block-registration-open h1 {
  font-size: 1.1em;
  color: green;
  font-weight: 600;
  font-family: "PT Sans Caption",Verdana,Tahoma,"DejaVu Sans",sans-serif;
  letter-spacing: 1px;
  line-height: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: left;
  margin: 0 !important;
}
.block-registration-open p {
  color: #fff !important;
  margin-bottom: 0;
 /* line-height: 2em;*/
  font-size: 1.6rem;
}
.block-registration-open a {
  color: #06d2f3 !important;
  font-size: 1.1em;
  
}
.block-registration-open a:hover {
  color: #113eac !important;
}
.block-registration-open span.info, .block-registration-open span.start_month, .block-registration-open span.end_month, .block-registration-open time {
  color: #fff !important;
}