.full-width{
    width:100% !important;
}
.qa-container-top{
    background:url('../img/qa-background_hearts.jpg')no-repeat #93e7ff;
    background-position-y:-50px;
    background-position-x:center;
    padding-top:30px;
}
.question-box{
    padding:6px 6px;
    background:url('../img/qa-background-blur.jpg');
    background-size:cover;
    margin-top:30px;
    margin-bottom:20px;
}
.question-box .question-sheet{
    background:rgba(225,225,225,0.48);
    padding:15px;
    text-align:center;
    font-size:20px;
}
.subject-person{
    margin-top:30px;
}
.subject-person button{
    height:60px;
    width:169px;
    margin-top:10px;
}
.subject-person button.pink-btn{
    background:url('../img/btn-pink.png')no-repeat center center;
}
.subject-person button.blue-btn{
    background:url('../img/btn-blue.png')no-repeat center center;
}
.answer-notif{
    margin-top: 24px;
    margin-bottom: 24px;
}
.answer-notif span{
    /*background: #1ea450;
    color: #f9f9f9;*/
    padding: 10px 18px;
    font-size: 2.2em;
}
.is-out-notif {
    color: #ff0000;
    margin-top: 24px;
    margin-bottom: 24px;
}
button.disabled {
    opacity: 0.45;
}
.blue-btn-img.show-for-small-only,
.next-btn-img.show-for-small-only {
    width: 50%;
}
.pink-btn-img.show-for-small-only {
    width: 68%;
}

.back-to-frontend,
.back-to-frontend:hover {
    position: fixed;
    top: 2px;
    right: 16px;
    font-size: 2em;
    font-weight:700;
    color: #f9f9f9;
}