/*


 */
.field_with_errors { display: inline }

label.optional::after {
  content: " (optional)";
  color: #888888;
  font-size: 80%;
  font-weight: lighter;
}
