.datepicker td.day{width:14.28%;height:43px;position:relative;text-align:center;font-size:14px}.datepicker td.day:hover:after{cursor:pointer;border-color:#96a7ae;background:#96a7ae;opacity:.5}.datepicker td.day:after{content:"";position:absolute;left:0;right:0;top:2px;bottom:0;margin:0 auto;width:90%;height:90%;border:1px solid #9f9f9f;border-radius:4px;text-align:center;transition:.2s all ease-in-out}.datepicker td.day.active:after{background:#96a7ae;opacity:.5}.datepicker thead th{padding-bottom:15px}.datepicker thead tr{width:100%;text-align:center}.datepicker thead tr .dow{font-size:12px;text-align:center}.datepicker thead tr:nth-child(2){position:relative;font-size:12px;font-weight:normal}.datepicker thead tr:nth-child(2):after{position:absolute;left:0;top:0px;content:"";width:100%;border-radius:4px;background:#f4f4f4;z-index:1}.datepicker thead tr:nth-child(2) th{position:relative;z-index:2}