body{
    //background: #d5edf5;
    //background-image: linear-gradient(rgba(250, 250, 255, 1), rgba(179, 207, 149, 1), rgba(65, 51, 255, .1));
    background-color: #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
}

.header{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    color: white;
    background-color: #5079a6;
    overflow: auto;
    text-align: center;
}

.survey{
    text-align: center;
    //border: 1px solid black;
}

.results{
    background: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

form{
    //text-align: left;
    //border: 1px solid black;
    background: white;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
input{
    //background: blue;
}

.joblist{
    //visibility: hidden;
    margin: 5px;
}
.prefer input{
    margin-bottom: 25px;
}
select{
    margin-bottom: 15px;
}
button{
    text-align: center;

}