CSS code

/* T:MEBLOCKR plugin styling / / T:MEBLOCKR highlight color #ae923c / / T:MEBLOCKR text color #333333 */

/* Colors / / Loader icon, buttons, progress bar*/
.timeblockr > .loader, .timeblockr-plugin > .loader,

timeblockr .timeblockr_vertical .timeblockr_button,

timeblockr .timeblockr_vertical .timeblockr_progress-indicator,

timeblockr .timeblockr_vertical .timeblockr_file-input-button:hover, #timeblockr .timeblockr_vertical .timeblockr_file-input-clear-button:hover {

background-color: #ae923c; color: #fff;

}
/* Line under steps in the vertical plugin */

timeblockr .timeblockr_vertical .timeblockr_active > .accordion {

border-color: #ae923c;

}

/* Styling / / General start */

timeblockr select,

.ui-datepicker select {
background: #fff;
padding-right: initial;
}
/* General end */

/* Progress bar start / / Properties of the progress bar at the top of the vertical plugin */

timeblockr .timeblockr_vertical .timeblockr_progress-indicator {

padding-top: 1px;

}
/* Progress bar end */

/* Product select start / / Delete product icon / .timeblockr_vertical .timeblockr_basket .timeblockr_delete-product .glyphicon { top: -1px; } / Product select dropdowns and buttons */

timeblockr #timeblockr_productselector form {

display: block; max-width: none; margin: 0;

}
/* buttons */

timeblockr .timeblockr_page-controls .timeblockr_button {

margin-top: 0px;

}