/* Hide anonymous user icon */
.tundra .anonymousAffectedUserButton {
display:none;
}

/* Put asterix before mandatory field label */
.axios-mandatory-field:before {
font-weight: bold;
content: "* ";
}
