wart> (intersperse "; " (map [intersperse ": " _] '(("overflow" "'hidden'") ("width" "'100%'")))) "overflow: 'hidden'; width: '100%'"
-----