/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.enviro-sales-form legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.enviro-sales-form fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: .35em .625em .75em;
    margin-bottom: 1em;
}

.enviro-sales-form label {
    display: block;
    font-weight: 800;
    margin-bottom: .5em;
}

.enviro-sales-form input {
    border: 1px solid #bbb;
    border-radius: 3px;
    display: block;
    padding: .7em;
    width: 100%;
    line-height: 2.25;
}

.enviro-sales-form select {
    border: 1px solid #bbb;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
}

a.download {
    border: 1px solid #bbb;
    font-size: large;
}
