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


h1.app-name-view.component-name {
   color: #32323c !important;
   font-family: Roboto;
   font-size: 24pt;
   border-bottom: solid 1px #32323c;
}

.component-id-7f2c99b3-b987-4cd2-be32-a2c5474c2797 .cell-basic:last-child,
.component-id-80e57236-54c5-4b09-9136-e0b563199c7e .cell-basic:last-child,
.component-id-69b2b6a1-cce5-41ed-a2a9-c3236428fa8f .cell-basic:last-child,
.component-id-22d698ad-a887-485e-81f6-d7292730abd5 .cell-basic:last-child
 {
   display: none;
}

.material-component .cell-0 {
   font-style: italic;
}

.doc .component-body {
   font-weight: 400 !important;
}



