

.responsive-calendar .controls {
  text-align: center;
  margin-top: 20px;
  overflow: auto;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
  font-size: 30px;
}
.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;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.responsive-calendar .day:nth-child(7n) a{
  border-right: solid 1px #ccc;
}


.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
}
.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
.responsive-calendar .day.active a {
  background: #97c231; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YzIzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk3YzIzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q1MWUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTFlMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #97c231 0%, #97c231 50%, #d51e2f 51%, #d51e2f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c231), color-stop(50%,#97c231), color-stop(51%,#d51e2f), color-stop(100%,#d51e2f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #97c231 0%,#97c231 50%,#d51e2f 51%,#d51e2f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #97c231 0%,#97c231 50%,#d51e2f 51%,#d51e2f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #97c231 0%,#97c231 50%,#d51e2f 51%,#d51e2f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #97c231 0%,#97c231 50%,#d51e2f 51%,#d51e2f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c231', endColorstr='#d51e2f',GradientType=0 ); /* IE6-8 */

  color: #ffffff;
}
.responsive-calendar .day.active a:hover {
  background-color: #759c17;
}
.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: -4px;
  right: -8px;
  z-index: 1;
}

.yeoo {
  color: yellow!important;
}
