#dolithe {
    padding: 1em;
    max-width: 1240px;
    margin: auto;
}

#dolithe img#image {
    float: left;
    margin-right: 2em;
    margin-left: 10px;
    border-radius: 2em;
    width: 20%;
}

#dolithe .content {
    float: left;
    width: 70%;
}

#dolithe .content.narrow {
    max-width: 20em;
}

#dolithe #offer {
    padding: 1em;
    text-align: center;
}

#dolithe #offer span {
    background: #1aa4d8;
    border-radius: 100%;
    width: 16em;
    height: 16em;
    display: inline-block;
    padding-top: 5em;
    margin-top: 2em;
}

#dolithe hr {
    margin-bottom: 3em;
    margin-top: 3em;
}

#dolithe #names input[type=text] {
    width: 10em;
}

#dolithe .control {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#dolithe .control label {
    cursor: pointer;
    min-width: 13em;
    display: inline-block;
}

#dolithe #step1 .control label {
    min-width: 9em;
}

#dolithe .control .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

#dolithe .control .option {
    border: solid 1px;
    padding: 1em;
    border-radius: 0.5em;
    display: inline-block;
    max-width: 20em;
    margin-right: 1em;
    margin-bottom: 1em;
}

#dolithe #step2 .control .option {
    height: 10em;
}

#dolithe .control .option.selected {
    background: #b4eaff;
}

#dolithe .control .option div.description {
    font-style: italic;
    font-size: 0.8em;
    margin-top: 0.5em;
}

#dolithe #step1 .control .option div.description {
    display: none;
}

#dolithe #step1 .control .option.selected div.description {
    display: block;
}

#dolithe .hide {
    display: none;
}

#dolithe #bankAccount input {
    width: 3em;
    box-sizing: border-box;
}

#dolithe #bankAccount #account2 {
    width: 4em;
}

#dolithe #bankAccount #account3 {
    width: 6em;
}

@media (max-width: 500px) {
    #dolithe img#image {
        float: none;
        margin: 0;
        margin-bottom: 2em;
        border-radius: 2em;
        width: 100%;
    }
    #dolithe .content {
        float: none;
        width: auto;
    }
    #dolithe #step2 .control .option {
        height: auto;
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }
}