.datepicker-days table.table-condensed thead,
.datepicker-months table.table-condensed thead,
.datepicker-years table.table-condensed thead,
.datepicker-days table.table-condensed tfoot,
.datepicker-months table.table-condensed tfoot,
.datepicker-years table.table-condensed tfoot {
    color: #69b52e !important;
}

.datepicker-days table.table-condensed tbody > tr > td.active,
.datepicker-months table.table-condensed tbody > tr > td span.active,
.datepicker-years table.table-condensed tbody > tr > td span.active{
    background-color: #69b52e !important;
    background-image: none;
}

.datepicker-format {
    margin-bottom: 0 !important;
}