
pre {
    white-space: pre-wrap;
}

.component img {
    max-width:100%;
    height: auto;
}

body.mce-content-body .block-placeholder {
    background-color: bisque !important;
}

body.mce-content-body .block-prefix {
    background-color: beige !important;
}

body.mce-content-body .block-prefix::before {
    color: rgba(0, 0, 0, 0.60) !important;
    content: "(" !important;
}

body.mce-content-body .block-suffix {
    background-color: beige !important;
}

body.mce-content-body .block-suffix::after {
    color: rgba(0, 0, 0, 0.60) !important;
    content: ")" !important;
}


h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}

.component-header, .component-name {
    page-break-after: avoid;
}

.component table {
    height: auto;
    width: auto;
    max-width: 100%;
}

/* Adds bullet style to objective items */
.objective-component .cell-basic {
    margin-left: 52px;
}

.objective-component .cell-basic:nth-child(1) {
    list-style: disc;
    display: list-item;
}

td.fr-thick {
    line-height: 1.5em;
    padding: 5px;
}



/*HEADERS*/

h2 {
    font-weight: 700 !important;
    padding-bottom: 0.6em;
    border-bottom: 0.15em solid #D1190D;
    margin-bottom: 1.3em;
    line-height: 1.5;
}

.component-body h3 {
    /*color: #d1190d  !important;*/
    /*color: #333333 !important;*/
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14pt !important;
}

.component-body h4 {
    color: #62646E  !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

/*FONT WEIGHTS*/

p {
    font-weight: 400 !important;
}

ul {
    font-weight: 400 !important;
}

ol {
    font-weight: 400 !important;
}

td {
    font-weight: 400 !important;
}

/*INSTRUCTOR TABLE CONTENTS*/

.cell-content {
    font-weight: 400 !important;
}

.cell-name {
    font-weight: 400 !important;
}

/*LEFT SIDE NAV*/

.app-doc-side-nav div a.active-scroll-spy, .app-doc-side-nav div a:hover {
    color: #d1190d !important;
    font-weight: 700 !important;
}

/*MLA/APA FORMATTING*/

.hanging-indent li {
  text-indent: -0.5in;
  padding-left: 0.5in;
}

.conditional-tab-group .mat-tab-header {
  height: unset !important;
}