.day{
  width: 14.28571428571429%;
  background-color: #dadfe5;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 5% 0;
  float: left;
}
.last-month{
  visibility: hidden;
}
.next-month{
  visibility: hidden;
}
.today{
  background-color: #2c699e !important;
}
.month{
  display: inline-block;
  color: #2c699e;
  font-size: 25px;
  padding: 5px 0;
}
.clndr-next-button{
  float: right;
}
.clndr-previous-button{
  float: left;
}
.clndr-previous-button, .clndr-next-button{
  color: #2c699e;
  background-color: #f5f6f7;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 10px;
}
.clndr-controls{
  margin-bottom: 5%;
  text-align: center;
  overflow: auto;
}
.event {
  background-color: #b4bcc3;
}
.event-item{
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.event-time-span{
  color: #06589c;
}
.day-header {
  width: 14.28571428571429%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  color: #c0c0c0;
  margin-bottom: 20px;
  float: left;
  padding: 5px 0;
}
.owlme-events .owl-nav {
    width: 100%;
}
.owl-item .revised-event {
    display: inline-block;
    margin-right: 5px;
    color: #a5a5a5;
    font-weight: bold;
}
.owl-item .event-time-name {
    display: inline-block;
    color: #333;
}
.owlme-events a {
    text-decoration: none;
}