
.ml-feedback-form {
    max-width: 760px;
    margin: 1.5rem auto;
}

.ml-feedback-question {
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
}

.ml-feedback-question legend {
    margin-bottom: .65rem;
    font-weight: 700;
}

.ml-feedback-question textarea,
.ml-feedback-question input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.ml-feedback-choice {
    display: block;
    margin: .45rem 0;
}

.ml-feedback-submit {
    display: inline-block;
    padding: .75rem 1rem;
    border: 0;
    border-radius: 6px;
    background: #13607e;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
