body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.container {
    /*margin: 0 auto;
    text-align: center;*/
    /*border: solid;
    border-color:yellow;*/
    /*position: relative;*/
    max-width:100%;
}

.top {
    /*border-color: chartreuse;*/
    max-width:1200px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    /*margin-left: auto;
    margin-right: auto;*/
    max-width: 90%;
    /*width: 90%;*/
    /*position: fixed;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}