[ArasLabs/custom-form-css] CSS for customizing the item_info field contents
/* Style for new state element */
.my_state {
display: block;
margin-left: 15px;
margin-bottom: 30px;
font-size: 16px;
font-weight: bold;
}
/* Style for default form title */
#label_span {
font-size: 20px;
font-weight: 900;
}