I'd like to top align these two fields using TwoPerLine:
Here's what I have so far:
/*Displays two fields per line*/
.TwoPerLine{display: inline-block; width:47%;}
.TwoPerLine .cf-medium {width:97%;}
Thanks in advance to anyone who can help!