/* Set XOLRN default font styling also for text pages */
.xolrn-page-wrapper {
    font-family: var(--xolrn-question-font-family);
    color: var(--xolrn-question-font-color);
    font-size: var(--xolrn-question-font-size);
    font-weight: var(--xolrn-question-font-weight);
    line-height: var(--xolrn-question-line-height);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

/* limit max-width of audio objects for mobile screens */
.audio_content .audio {
    max-width: 50vw;
}

/* sizing of video resources */
#content-container div.Form-video_form video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*** Ext-Provider only ***/
.new_menu tr:nth-child(3),
.new_menu tr:nth-child(5) {
  display: none;
}
