.bookingDayHeader {
    width: 14.7%;
    float: left;
  text-align: center;
}
.bookingDayContainer{
    display: flex;
    flex-direction: row;

}
.bookingData{
display: flex;
flex-wrap: wrap;
}
.calDay{
width: 14.2%;
min-width: 14.2%;
flex-direction: row;
text-align: center;
padding: 10px;
}

.selectionDates{
    display: flex;
    text-align: center;
    font-weight: bold;
 
}
.arrow{
text-align: center;
font-weight: bold;
height: 25px;
}
.arrow:hover{
    cursor: pointer;
}
div.selectionDates > :first-child{
   color: red;
   margin-left: 10%;
   
}
div.selectionDates > :last-child{
    color: blue;
 }
 .arrowHeader{
    padding-left: 10px;
    padding-right: 10px;
 }