#forms_answers {
    text-align: left;
}

#forms_answers div.form-answer-container div.form-title {
    font-size: 28px;
    margin: 10px auto;
    color:#00aeef;
    text-align: center;
}

#forms_answers div.form-answer-container table.form-answers {
    border-collapse: collapse;
}

#forms_answers div.form-answer-container table.form-answers tr {
    border: 1px solid #f0f0f0;
    padding: 2px;
}

#forms_answers td.eloty {
    background-color: #f0f0f0;
}

#forms_answers div.form-answer-container table.form-answers th.question-title {
    text-align: right;
}

#forms_answers div.form-answer-container table.form-answers th:not(.question-title),
#forms_answers div.form-answer-container table.form-answers td:not(.question-title) {
    width: 100px;
    text-align: center;
    border-left: 1px dashed #f0f0f0;
}

#forms_answers patient-synthesis-modal-question-icon {
    width: 40px;
}

#forms_answers .patient-synthesis-modal-quizz-answer-icon {
    max-height: 47px;
    max-width: 100%;
    width: auto;
    height: auto;
}

#forms_answers div.form-answer-container table.scenario-form-no-decoration-table {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

#forms_answers div.form-answer-container table.scenario-form-no-decoration-table tr {
    border: none;
    padding: 0px;
}

#forms_answers div.form-answer-container table.scenario-form-no-decoration-table td.question-title {
    border-left: none;
    width: 100%;
    font-size: 0.8em;
    padding:5px;
}

#forms_answers div.form-answer-container table.scenario-form-no-decoration-table td:not(.question-title) {
    border-left: none;
}

#forms_answers div.form-answer-container table.form-answers td.question-title {
    background: #fafafa;
}

#forms_answers div.form-answer-container table.form-answers td.red-alert {
    background: #ffb0ac;
}

#forms_answers div.form-answer-container table.form-answers td.orange-alert {
    background: #ffd098;
}

#forms_answers div.form-answer-container table.scenario-form-no-decoration-table td.alert-icon {
    width: 20px;
    padding:5px;
}

#forms_answers div.form-answer-container table.scenario-form-no-decoration-table td.alert-icon i.scenario-form-alert-icon {
    padding-right: 0px;
}

#forms_answers .patient-synthesis-modal-answer {
    padding-left: 0px;
    width: 100%;
    display:block;
}

#forms_answers div.form-answer-container table.form-answers tbody tr {
    height: 50px;
}

img.pain-details-picture-form-answer{
    width: 15vh;
    min-width:140px;
}

#forms_answers div.form-answer-container table.form-answers .patient-synthesis-modal-question-label {
    padding: 5px 10px;
    font-size: 0.8em;
    display: block;
    font-weight: bold;
    max-width: 25vw;
}

#forms_answers div.form-answer-container table.form-answers tr.instance-date th:not(.question-title),
#forms_answers div.form-answer-container table.form-answers tr.instance-day th:not(.question-title),
#forms_answers div.form-answer-container table.form-answers tr.instance-score th:not(.question-title) {
    background: #fafafa;
}
