
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: #c8102e !important;
   font-family: League Gothic Regular !important;
   font-size: 16pt !important;
   border-bottom: solid 2px #888B8D;
   font-weight: bold !important;

}
.component-body {
   color: #000000 !important;
   font-family: Milo !important;
   font-size: 12pt !important;
}

.fr-box.fr-basic .fr-element {
   color: #000000 !important;
   font-family: Milo !important;
   font-size: 12pt !important;
}

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

.material-component .cell-name {
    font-weight: bold;
}
 
.header-first-line span:nth-child(3) {
    display: none;
}

[role=menuitem][aria-label^="print"] {
    display: none !important;
}

.library-doc .doc-button:nth-last-child(2) {
   display: none;
}

.library-doc .hover-card .hover-buttons {
   right: 100px !important;
}

.library-doc .doc-button-link {
    display: none;
}

app-dashboard-group .card-button-container .doc-card-button:not(:only-child):nth-last-child(2) {
   display: none;
}

app-code-copier.pdf-link {
    display: none !important;
}
