.breaklines {
    white-space: normal !important
}

body {
    font-family: fuse-regular, arial;
    font-size: 16px;
    line-height: 1.4;
}

.QA {
    border-style: solid;
    border-color: #999999;
    border-width: 2px;
    margin-bottom: 10px;
    padding: 1px;
}

#question {
    background-color: #009b41;
    margin-bottom: 2px;
    padding-left: 5px;
    color: white;
}

#answer {
    background-color: #e8e8e8;
    padding-left: 5px;
}

#survey {
    margin: auto;
    width: 80%;
    padding: 10px;
}