﻿.house-theme{
    background-color: darkslategrey !important;
    color: white !important;
}

/* Constrain document body content to fit its container on mobile */
.document-body img,
.document-body video,
.document-body figure,
.document-body table {
    max-width: 100%;
    height: auto;
}

.document-body {
    overflow-wrap: break-word;
    word-break: break-word;
    overflow-x: auto;
}

/* Internal document view wrapper in questionnaire fill-out */
.internal-document-wrapper {
    border: 2px solid;
    border-radius: 15px;
    overflow-x: auto;
    max-width: 100%;
}