
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;
}


<link rel="preconnect" href="https://fonts.googleapis.com">;
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>;
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">;

* {
   font-family: "IBM Plex Sans", sans-serif, Helvetica
}
.doc-content {
   font-family: "IBM Plex Sans", sans-serif, Helvetica
}
.component .app-name-view.component-name {
   color: #0021a5 !important;
   font-family: "IBM Plex Sans", sans-serif,Helvetica !important;
   font-size: 14pt !important;
   border-bottom: solid 2px #FA4616 ;
   font-weight: bold !important;

}
.component-body {
   color: #4D4D4F !important;
   font-family:  "IBM Plex Sans", sans-serif,Helvetica !important;
   font-size: 11pt !important;
}

.app-doc-side-nav {
   font-family: "IBM Plex Sans", sans-serif, Helvetica
}

.instructor-component .cell-name {
    font-weight: bold;
}

.material-component .cell-name {
    font-weight: bold;
}

.org-name-tile {
    color: #ffffff !important;
}

.org-description {
    color: #ffffff !important;
}
