col = elStyle "td" (paddingAll (px 5)) elStyle "table" (marginLeft $ px 10) $ el "tr" $ col (text "Day to display:") *> col (displayPickerBlock initialDay curDate) <* col (addPreloadButton)