Question
Custom CSS
Hi Marketo Users!
I'm trying to unbold a field on a form. "To unsubscribe to updates..."

I have custom css in to make the checkbox appear to the right
/* Add your custom CSS below */
.mktoForm label[for="Opt Out"] {
float:left!normal;
margin-left: 10px!normal;
width:316px!normal;
}
I thought changing the text in the code to normal instead of important would fix, but not the case.
Any ideas?