$('#col1 input, #col1 textarea, #col1 select').smallipop({
horizontal: true,
theme: 'white',
popupOffset: 20,
touchSupport: true,
triggerOnClick: true
});
$('#col2 input, #col2 textarea, #col2 select').smallipop({
horizontal: true,
theme: 'white',
popupOffset: 20,
touchSupport: true
});