.responsive-calendar { border:10px #cdcdcd solid; margin-top:15px; width:98%;}
.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
  font-size:14px;
  text-transform:uppercase;
}
.responsive-calendar .controls h4 span {
  display: inline;
  font-size:14px;
  text-transform:uppercase;
  color:#18bb7c;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
  border: 1px #fff solid;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 3% 0 3% 0;
  background-color: #efefef;
  font-size:13px;
  font-weight:600;
}
.responsive-calendar .day a:hover {
  background-color: #033454;
  text-decoration: none;
  color:#fff;
}
.responsive-calendar .day.header {
  border-bottom: 0px gray solid;
}
.responsive-calendar .day.active a {
  background-color: #18bb7c;
  color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #18bb7c;
}
.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff;
}
.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5;
}
.responsive-calendar .day.not-current a {
  color: #929090;
background-color: #efefef;
}
/*.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
*/

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: 0px none;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #EEE -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.btn-primary {
    color: #FFF;
    background-color: #18bb7c;
    border-color: #15ac72;
	border-radius:0px;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -moz-user-select: none;
}
@media (max-width: 1199px) {
.responsive-calendar    { border:10px #cdcdcd solid; margin-top:15px; width:100%;}
}