.cld-main {
    color: #333
}
.cld-main a{
  color: #0094ff;
  font-weight: bold;
}
.cld-datetime {
    position: relative;
    min-width: 100px;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
    background: #0094ff;
    padding: 15px 10px
}
    .cld-datetime .today {
        position: relative;
        float: left;
        width: calc(100% - 40px);
        margin: auto;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size:16px
    }
  .cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  
    .cld-nav svg{
    fill: #fff;
  }  
  
  .cld-nav:hover{
    cursor: pointer;
  }
    .cld-nav:hover svg {
        fill: #E96E19;
    }
  .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }

	
	.cld-labels{
        margin-top:10px;
		color: #0094ff;
		
	}
.cld-labels, .cld-days{
  padding-left: 0;
}
  .cld-label, .cld-day{
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
    .cld-day.today .cld-number {
        display: inline-block;
        background: #999;
        color: #fff;
    }
  .cld-day.disableDay{
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
  }
    .cld-number{
      position: relative;
      margin: 5px;
      padding: 0 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-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 #ccc;
      }
.cld-number.eventday {
    display: inline-block;
    border: 1px solid #E96E19;
}
    .cld-number.eventday:hover {
        cursor: pointer;
        background: #E96E19;
        color: #fff
    }
.today .cld-number.eventday:hover {
    background: #E96E19;
}
