.surveyContainer {
    text-align: left;
    margin-bottom: 40px;
}

.surveyContainer .subContent {
    width: 95%;
    margin: 0 auto;
    padding-top: 35px
}

.surveyContainer .subContent span {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #333
}

.surveyContainer .subContent ul {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.surveyContainer .subContent ul li {
    float: left;
    width: 33.33333333%;
    color: #555;
    padding-top: 5px;

}

.surveyContainer .btArea input[type=button] {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    background: #3fc4a8;
    background: -moz-linear-gradient(top, #3fc4a8 50%, #2cbc9e 51%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3fc4a8 50%, #2cbc9e 51%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3fc4a8 50%, #2cbc9e 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fc4a8', endColorstr='#2cbc9e', GradientType=0); /* IE6-9 */
}

.surveyContainer select {
    height: 31px;
    width: 100%;
    border: none;
    border-bottom: solid 2px #c7c7c7;
    padding: 6px;
    font-size: 0.8em;
    background-color: #fff;
}

.surveyContainer select:focus {
    outline: none;
}

@media all and (max-width: 650px) {
    .surveyContainer .subContent ul li {
        float: left;
        width: 50%;
    }

    .surveyContainer .btArea input[type=button] {
        width: 100%;
        height: 45px;
        border-radius: 30px;
        border: 0;
        color: #fff;
        font-size: 1.3em;
        font-weight: bold;
    }
}