.btn-primary {
    color: #FFF;
    background-color: #9b3538;
    border-color: #541c1e;
}
.btn {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-user-select: none;
}
.btn:hover{
	background-color: #000;
	border-color: #541c1e;
}
.badge {
    display: inline-block;
    min-width: 5px;
    padding: 1px 2px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #ccc;
    border-radius: 5px;
}
/**, *:before, *:after {
    -moz-box-sizing: border-box;
}*/
.timeInfo{ font-weight:bold; margin:2rem; font-size:2rem;}

.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
}
.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;
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}
.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
}
.responsive-calendar .day.active a {
  background-color: #9b3538;
  color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #000;
}
.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: #ddd;
}
.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}
.badge-activeday{ display:none;}
div.responsive-calendar div.active{ background-color:#999999;}