input.wizard-submit {
    text-transform: uppercase;
    background: #1b4a37;
    position: relative;
    padding: 1.2em 2em 1em 2em;
    color: white;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
    margin-top: 1em;
}
input.wizard-submit:hover {
    color: #1b4a37;
    background: white;
}

.wizard-container {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
}

.wizard-select {
    margin: 3em;
    padding: 0.5em;
    min-width: 300px;
}

.wizard-final-link {
    background: #1b4a37;
    text-transform: uppercase;
    position: relative;
    padding: 1.2em 2em 1em 2em;
    color: white !important;
    font-size: 0.9em;
    font-weight: bold;
    display: inline-block;
    margin: 3em;
}