input[type="radio"] {
    margin-top: 1px;
}

.issue_noticed_date {
    display: none;
}

.types .child-types {
    display: none;
}

.types .child-types.is-visible {
    display: block;
}

.child-types + .radio {
    margin-top: -5px;
}

.child-types {
    margin-left: 20px;
    margin-bottom: 15px;
}

.child-types .control-label {
    margin-bottom: 0;
}

.child-types .control-label + .radio {
    margin-top: 0;
}
