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



.component .app-name-view.component-name {
   color: #003366 !important;
   font-family: Helvetica !important;
   font-size: 18px !important;
   font-weight: bold !important;
   border-bottom: solid 1.5px #cc0000;
}

.component-body {
   color: #333 !important;
   font-family: Helvetica !important;
   font-size: 14px !important;
}

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

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

[data-block-title="Section Meeting Times"]{
    font-weight: normal;
    color: #003366;
}

.component-id-19488511-1ad4-486c-9b91-bcd35b53a14e {
    margin-top: -10px;
}

.component-id-7d43abe7-739b-405f-bcdb-e115558e7771 {
    margin-top: -20px;
}

app-doc-edit .mat-tab-list {
   max-width: 816px;
}

app-doc-edit .mat-tab-labels {
   flex-wrap: wrap;
}