/*
Define elements to show start/end dates and the dates in between
*/

/*
* for start/end dates
*/
.edges {
   border : 1px solid;
   border-color: #adaa9c #fff #fff #adaa9c;
   background-color: #fffbee;
}

/*
* for dates between start and end dates
*/
.between {
   background-color: #dccdb9;
}

.calendar tbody .disabled { text-decoration: line-through; color:#000}