.cld-main {
  margin-top: 15px;
  color: black;
  width: 100%;
  font-size: 1.3em;
}
.cld-main a{
  color: #333;
  font-weight: bold;
}
  .cld-datetime{
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 30px);

    margin: auto;
    text-align: center;
    font-size: 1.5em;
    color: #CF2895;


  }
  .cld-nav{
    position: relative;
    width: 15px;
    height: 20px;
    margin-top: 2px;
  }
   .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }

.cld-labels, .cld-days{
  padding-left: 0;
  padding-bottom: 0px;
}
  .cld-label, .cld-day{
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
  .cld-day.today .cld-number{
    display: inline-block;
    height: 33px;
    width: 33px;
    border-radius: 50px;
    background: #666;
    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: 5px 10px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
      }
      .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 #ccc;
      }
      .cld-number.eventday{
        display: inline-block;
        height: 33px;
        width: 33px;
        border-radius: 50px;
        border: none;
      }
