.daymonth-info, .daymonth-info h3 {
    margin-top: 0 !important;   
}
.btn {
    background: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Arial;
    color: #fff;
    font-size: 15px;
    padding: 4px 29px;
    text-decoration: none;
    border: 0;
}

.btn:hover {
    background: #5EC4C7;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
ul.no-style {
    list-style-type: none;
    padding: 0;
}
.slideform select {
  -moz-appearance: none;
}
#selected-days {
    margin-top: 8px;
    /*width: 48%;*/
}
.calendar-list li {
    display: inline;
    list-style-type: none;
    padding: 0;
}
.calendar-cell-top {
    padding: 4px 0;
    height: auto;
    background-color: #000000;
    line-height: normal;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 21px;
    font-size: 18px;
}
.calendar-cell-bottom {
    padding: 10px 0;
    line-height: normal;
    background: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
    font-weight: bold;
}
.daymonth {
    max-width: 75px;
    border: 1px solid #a8a8a8;
    float: left;
    background: white;
    margin: 2px 15px !important;
}
.daymonth-info {
    margin: 5px;
    width: 47.26% !important;
}
.daymonth-info, .event-right-link {
    font-size:13px;
}

#selected-days .container {
    max-width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-top: 0px;
    border: 1px solid rgb(228, 228, 228);
    padding-bottom: 10px;
    padding: 10px 0;
}
#selected-days > li > .container {
  border-radius: 0 0 0 0;
}
#selected-days > li:first-child > .container {
    border-radius: 10px 10px 0 0;
}
.right {
    float: right;
}
.left {
    overflow: hidden;
}
#selected-days .container li {
    margin-top: 0px;
    padding: 3px 0;
}
.event-right-link{
    padding: 0;
    float: right;
    margin: 5px;
}

.day-info {
    
}
.more-information-link, .contact-link {
    background-position: left 0px;
    background-repeat: no-repeat;
    padding-left: 20px;   
}
.cancel-link i, .signup-link i {
 color: #6A6AFF;
}
.more-information-link {
    background-image: url("../images/events_more_info_blue.png");
}
.contact-link {
    background-image: url("../images/events_contact_blue.png");
}
.event-right-link a {
  text-decoration: none;
  color: #4a4a4a;
}
.event-right-link div {
  margin-top: 8px;
}
.responsive-clear {
  clear: none;
}
#registerForm * {
    font-family: 'Roboto', sans-serif;
}

input[type="text"] {
    width: 120px;
}
input[type="text"], input[type="email"] {
  height: 32px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #C50809;
  margin: 5px 0;
}
.slideform {
    display: none;
}
.slideform h3 {
    margin-top: 0;
    margin: 0;
    padding: 5px;
    background-color: #ddd;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
}
.col {
  MARGIN: 1% 0 1% 1.6%;
  DISPLAY: block;
  FLOAT: left;
  box-sizing: border-box;
}
.col:first-child {
      MARGIN-LEFT: 0;
}
.slideform textarea {
    width: 100%;
    height: 50px;
    border: 2px solid #e5e5e5;
}
.move-right {
    float: right;
    margin:10px;
}

#time-slot-container {
    margin: 0 10px;
}
.nowrap {
    white-space: nowrap;
}

.radio-list li,
#timeSlots li {
  display: inline-block;
  float: left;
}
#timeSlots li {
  width: 49% !important;
}
select.optional.string {
    width: 100%;
    height: 33px;
    border: 0;
}
.spanTimes {
  display: none;
}
.tooltip:hover:after {
  background: white;
  border-radius: 5px;
  bottom: 26px;
  content: attr(title);
  left: 19%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 100px;
  border: 1px solid grey;
}
.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 20%;
  position: absolute;
  z-index: 99;
}
.event-right-link {
      width: 100%;
      float: none;
      display: block;
      margin-right: 10px;
      padding: 0 20px;
    }
    .responsive-clear {
      clear: both;
    }
    .signup-link {
      MARGIN-LEFT: 0;
    }
    .signup-link, .contact-link {
      width: 27%;
    }
    .signup-link, .contact-link, .more-information-link {
      margin: 1% 0 1% 0%;
      display: block;
      float: left;
      box-sizing: border-box;
    }
    .more-information-link {
      width: 45%;
    }
       .daymonth-info {
      width: auto !important;
 /*     max-width: 63%; */

    }
@media (max-width: 550px) {
    /*.daymonth, .right, .event-right-link {
        display: block;
        float: none;
        width: 100% !important;
    }
    .daymonth {
        margin-right: 10px;
    }*/
    .tooltip:hover:after, .tooltip:hover:before {
      display: none;
    }
    .spanTimes {
      display: block;
    }
    .daymonth-info {
      width: auto !important;
 /*     max-width: 63%;  */
    }
    .event-right-link {
      width: 100%;
      float: none;
      display: block;+
      margin-right: 10px;
    }
    .responsive-clear {
      clear: both;
    }
    .signup-link {
      MARGIN-LEFT: 0;
    }
    .signup-link, .contact-link {
      width: 27%;
    }
    .signup-link, .contact-link, .more-information-link {
      margin: 1% 0 1% 0%;
      display: block;
      float: left;
      box-sizing: border-box;
    }
    .more-information-link {
      width: 45%;
    }
    .radio-list label {
      width: auto;
      display: inline-block;
    }
    .radio-list li, #timeSlots li {
      display: block;
      float: none;
      width: 100% !important;
    }
}