.survey_button,.survey_button2,.name,.profile {
    cursor: pointer
}

#comment1,#comment2,#comment3,#comment4,#comment5,#comment6,
#content2,#content3,#content4,
#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9,#q10,
#result1,#result2,#result3,#result4,
.surveyQuestion {
    display: none
}
.surveyQuestion:first-child {
    display: block;
}

.survey_button,.survey_button2,.loading {
    text-align: center
}

.survey_button,
.main-content {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.name,
.result {
    font-weight: 700
}

p.question {
    font-size: 15px
}
.q_image{
    text-align: center;
}

.survey_button {
    border: 2px solid #F0F0F0;
    padding: 5px auto;
    margin: 5px auto;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .74);
    display: inline-block;
    background-color: #ffffff;
    color: #000;
}
.survey_button.bg-success, .survey_button.bg-danger{
    color: #ffffff;
}

.main-content .result {
    margin: 0;
    padding: 5px 0 5px 25px;
}

.survey_button2 {
    background-color: red;
    font-size: 20px;
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 1px 4px 0 #000;
}

/* pwp_style */
.pwp_style .surveyQuestion:first-child{
    display: block;
}
.pwp_style{
    background-color: #f2f2f2;
    border-radius: 10px;
}
.pwp_style .survey_button.bq{
    background-color: #fff;
    color: #636b6f;
    box-shadow: none;
    border: 1px solid #636b6f;
    font-size: 20px;
    border-radius: 4px;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 20px;
}
.pwp_style .survey_button.bq:hover{
    cursor: pointer;
    border-color: #2ab27b;
    background-color: #eeeeee;
    color: #000;
}
/* END pwp_style */

#questions_all, #content2{
    background-color: rgba(40,97,154,1);
    color: #fff;
    border-radius: 10px;
}

.q_result{
    display: none;
}