
.wpp-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#wpp-progress {
    background:#eee;
    height:6px;
    margin-bottom:30px;
}

#wpp-bar {
    background:#000;
    height:6px;
    width:0;
}

.wpp-question {
    margin-bottom:40px;
}

.wpp-answer {
    display:block;
    margin:10px auto;
    padding:12px 20px;
    cursor:pointer;
    max-width:500px;
}

.wpp-result {
    margin-top:40px;
    padding:30px;
    border:1px solid #ddd;
    border-radius:8px;
    text-align:left;
}

.wpp-result h3 {
    margin-top:25px;
}
