#prelanding{
    width : 90%;
    margin : 25px 5%;
    min-height : 800px;
}
.row{
    width : 100%;
    height : 40px;
}

.row .column{
    width : 50%;
    float : left;
}

.row .column label{
    width : 50%;
    float : left;
}

.row .column select{
    width : 40%;
    float : left;
    margin-left : 5%;
}
