/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .ub-capitalize input[type=text] {
     text-transform: capitalize;
 }

 .ub-today input[type=text] {
     border: none !important;
     padding: 0 !important;
     font-size: .867rem !important;
 }