#acon-prep-tool {
    text-align: left;
    margin: 2.625rem 0;
}
#acon-prep-tool br {
    display: block;
}
#prep-form div + div[id] {
    margin: 0 !important;
}
#acon-prep-tool .prep-question-row {
    padding: 1rem .875rem;
    margin: 0;
}
#prep-form {
    border-top: .3125rem solid #0f0e0e;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 auto;
    max-width: 50rem;
}
#acon-prep-tool .prep-question-row > div:first-child {
    flex-basis: 100%;
}
#acon-prep-tool .prep-question-row > div:last-child {
    flex-basis: 100%;
}
#acon-prep-tool .prep-question-row label {
    margin: 0;
    padding: 0 0 .3125rem 0;
}
#acon-prep-tool #result, #reset {
    margin-top: 1rem !important;
}
#acon-prep-tool #result div {
    margin-top: 0 !important;
}
#acon-prep-tool #reset {
    display: flex;
    justify-content: end;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}
#acon-prep-tool button {
    padding: .125rem .625rem .175rem;
    background: 0 0;
    border: .125rem solid #3f3e3e;
    border-radius: 9px;
    width: auto;
    margin: 0;

    &:hover {
        color: #fff;
        background-color: #0f0e0e
    }
}
#result {
    max-width: 50rem;
    margin: 0 auto;
}
#result-title {
    text-align: center;
    padding: 0.75rem 0 .875rem 0;
    line-height: normal;
    margin: 0;
}
#result-content {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 1.5rem 1.5rem 2rem;
}
#result-primary-comment,
#result-secondary-comment {
    padding: 0;
}
#result-secondary-comment p:last-child {
    margin: 0;
}
#result-label {
    width: 100%;
    padding: .625rem .625rem .875rem .625rem;
    margin-bottom: 0;
    pointer-events: none;
    white-space: normal;
}
#result-label.incomplete {
    color: #464646;
    background-color: #e1e1e1;
    border: none;
}
#prep-form .prep-question-row.bg-row {
    background-color: #f7f7f7;
}

@media only screen and (min-width:768px) {
    #prep-form {
        padding: 0;
    }
    #acon-prep-tool .prep-question-row label {
        padding: 0 .875rem 0 0;
    }
    #acon-prep-tool .prep-question-row {
        align-items: center;
        border: none;
    }
    #acon-prep-tool .prep-question-row > div:first-child {
        flex-basis: 45%;
    }
    #acon-prep-tool .prep-question-row > div:last-child {
        flex-basis: 55%;
    }
    #acon-prep-tool .prep-question-row {
        display:flex;
    }
}