.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
  font-size: 90%;
}

.avstand {
  padding-top: 6px;
}

.avstand_under {
  padding-top: 8px;
  border-bottom: 1px gray solid;
  border-color: #eeeeee;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  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;
  border-color: #eeeeee;
}
.responsive-calendar .day.active a {
  background-color: #eee;
  color: #000000;
}
.responsive-calendar .day.active a:hover {
  background-color: #6C7193;
}
.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;
}

a.knapp_v{cursor: pointer;color: #ffffff;line-height: 14px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;	background: #232121;border:1px solid #232121; -webkit-border-radius: 1px;-moz-border-radius: 1px;-khtml-border-radius: 1px;border-radius: 1px;}
a.knapp_v {display: inline-block;text-decoration: none;	padding: 2px 5px 2px 5px; margin-right: 5px;}
a.knapp_v:hover{background-color:#6C7193;}

a.knapp_h{cursor: pointer;color: #ffffff;line-height: 14px;font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;	background: #232121;border:1px solid #232121; -webkit-border-radius: 1px;-moz-border-radius: 1px;-khtml-border-radius: 1px;border-radius: 1px;}
a.knapp_h {display: inline-block;text-decoration: none;	padding: 2px 5px 2px 5px; margin-left: 5px;}
a.knapp_h:hover{background-color:#6C7193;}