/* less space around articles */
.t3-mainbody {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
t3-section {
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}
/* increase bf form calendar button height */
.bfQuickMode button.bfCalendar {
    height: 50px!important;
}