.prev-wrapper {
    padding-bottom: 100px;
    background-color: #f9f9f9;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}
.prev-wrapper hr {
    margin-top: 0px;
    margin-bottom: 0px;
}
.prev-header {
    padding-top: 30px;
    padding-left: 160px;
    padding-right: 160px;
    font-family: "Open Sans";
}
.prev-head {
    margin-bottom: 35px;
    font-size: 20px;
    color: #e74c3c;
}
.prev-text { 
    font-size: 16px;
    margin-bottom: 35px;
}
.prev-text p:first-of-type{
    margin-bottom: 25px;
}
.prev-break {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 35px;
}
.prev-surv-dl {
    display: inline-block;
    padding-left: 160px;
    padding-right: 160px;
}
.prev-surv {
    float: left;
    width: 410px;
    margin-right: 60px;
    margin-bottom: 35px;
}
.prev-dl {
    float: left;
}
.prev-form-buttons {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.prev-submit{
    width: 220px;
    height: 50px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #96d400;
    border: 0px;
    font-family: "Open Sans";
    font-weight: 700;
}
#signup_form {
    font-family: "Open Sans";
    font-size: 14px;
}
#selectTypes {
    margin-bottom: 20px;
}
#selectProf {
    margin-bottom: 35px;
}
.other{
    width: 240px;
    height:30px;
    margin-left: 15px;
}
.pref {
    width: 190px;
    height: 30px;
    margin-bottom: 20px;
}
#signup_form input[type="checkbox"], #signup_form input[type="radio"] {
    margin-left: 15px;
    margin-right: 6px;
}
.prev-disc {
    padding-left: 160px;
    padding-right: 160px;
    font-family: "Open Sans";
}
.checkboxes input {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.checkboxes label span {
    vertical-align: middle;
}
.radio-buttons input {
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}
.radio-buttons label span {
    vertical-align: middle;
}
.mac-version-warning {
    font-weight: bold;
    line-height: 1.6;
    color: red;
}