/* TODO maybe configure something so we can make this an SCSS file that django pulls from website/build */
.choice-with-other .radio:last-child {
    margin-bottom: 0;
}
.choice-with-other-wrapper {
    margin-left: 45px;
}
.self-id-span {
    font-family: 'GT-Pressura-Regular', 'Georgia', 'Times New Roman', serif;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    color: #434a4d;
}
.other-choice-input {
    margin-bottom: 0;
}
.label-wrapper .gender-info {
    color: rgba(130, 130, 130, 1);
    text-decoration: underline;
    left: 10px;
    font-size: 0.875rem;
    display: block;
    position: relative;
}
/* this is for the admin page display only */
.field-gender .choice-with-other-wrapper {
    margin-left: 170px;
}
.field-gender .choice-with-other-wrapper span {
    display: block;
}
