/*<style>*/

body {
  margin:0px 0px 0px 0px; /** top, right, bottom, left **/
}

.datepicker table tr td, .datepicker table tr th{
    text-align:center;
    /*width:30px;/**/
    height:30px;
    border-radius:4px;
    border:none
}
.datepicker table tr td.year,.datepicker table tr th.year{
    width:90px;
}
.datepicker table tr td.month,.datepicker table tr th.month{
    width:60px;
}
.datepicker table tr td.day,.datepicker table tr th.day{
    width:30px;
}
