Hi @bhoran and @Batkinson ,
According to the various points you want changed,
For 1, 2, 3, and 6... Paste this into your Custom CSS
.form-wrapper .field-list .field .field-element {
padding: 0px !important; /* For #1 */
border: 1px solid #336699 !important; /*For #2's border*/
background: #000 !important; /*For #2's fill*/
font-family: Arial !important; /*For #3's font */
}
.radio .option {
float: left !important; /*For #6 radio buttons */
padding-right: 15px;
}
Padding refers to the space around each form element. Increase this value as you pl