#calendar_elm {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.99em !important;
    color: #333;
}
.cld-main{
  width: 290px;
  margin-left:-16px;
}
.cld-main a{
  color: #000;
  text-decoration:none
}
  .cld-datetime{
    position: relative;
    width: 66%;
    min-width: 100px;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
  }
  .cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
  }
  .cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .cld-nav:hover{
    cursor: pointer;
  }
  .cld-nav:hover svg{
      fill: #666;
  }
  .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }
    .cld-nav svg:hover{

    }
.cld-days{
  padding-left: 0;
}
.cld-labels{
    padding: 14px 0 0px 0;
}
  .cld-label, .cld-day{
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
.cld-day.today .cld-number {
    display: inline-block;
    height: 38px;
    width: 36px;
    padding-top: 8px;
    border-radius: 50px;
    background: #42ceb8;
    color: #fff;
}
  .cld-day.disableDay{
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
  }
    .cld-number{
      position: relative;
      margin: 5px;
      padding: 5px;
    }
      .cld-title{
        position: absolute;
        z-index: 5;
        display: none;
        top: 30px;
        left: 0;
        padding: 2px 10px;
        background: #59bf62;
        white-space: nowrap;
        border: 1px solid #59bf62;
        border-radius: 5px;
        font-size: 12px;
      }
      .cld-number:hover .cld-title{
        display: block;
      }
      .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 7.5px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-bottom: 7.5px solid #59bf62;
      }
     .cld-number.eventday {
    display: inline-block;
    height: 38px;
    width: 36px;
    padding-top: 7px;
    border-radius: 50%;
    border: 1px solid #e71010;
    background: #ff441c !important;
    color: #FFF;
}
      .cld-number.eventday:hover{
        cursor: pointer;
        background: #eee;
      }
      .today .cld-number.eventday:hover{
        background: #888;
      }
.cld-number span:nth-child(2) {
    top: 56px;
    min-width: 68px;
    border-top: 1px solid white !important;
    border-radius: 0px;
}
.cld-number span:nth-child(2)::before {border-bottom:0px !important}

.cld-number span:nth-child(3) {
    top: 82px;
    min-width: 68px;
    border-top: 1px solid white !important;
    border-radius: 0px;
}

.cld-number span:nth-child(3)::before {border-bottom:0px !important}