+ .required {
+ label {
+ font-weight: bold;
+
+ &:before {
+ content: '* ';
+ }
+ }
+
+ ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+
+ label {
+ font-weight: normal;
+
+ &:before {
+ content: none;
+ }
+ }
+ &.errorlist {
+ list-style: url("/static/img/read-more.png");
+ padding: 0 0 0 1.3em;
+ margin: 0 0 .5em 0;
+ }
+ }