.tsp-component-calendar {
  position: relative;
}

.tsp-component-calendar-hammer {
  overflow: hidden;
  position: relative;
}

.tsp-component-calendar-flex {
  display: flex;
}

.tsp-component-calendar-table {
  &:after {
    content:" ";        
    display:block;        
    height:0;        
    clear:both;        
    visibility:hidden;  
  }
}

.tsp-component-calendar-table-day {
  width: 14.285%;
  text-align: center;
  float: left;
}

.tsp-component-calendar-table-noCurrentMonth {
  color: #aeb3ba !important;
}

.tsp-component-calendar-left-arrow, .tsp-component-calendar-right-arrow {
  @include center-translate(y);
}
