
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: #081E3F !important;
   font-family: Helvetica !important;
   font-size: 18pt !important;
   border-bottom: solid 1px #000000;
   font-weight: bold !important;
}

.component-body {
   color: #000000 !important;
   font-family: Helvetica !important;
   font-size: 12pt !important;
   line-height: 1.825
}

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

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

.app-doc-side-nav div a{
    font-size: 16px !important;
    line-height: 1.5em;
    color: #333333 !important;
    padding: 0 10 0 0;
}

.app-doc-side-nav div{
    line-height: 2em;
    padding-right: 7px;
}

.app-doc-side-nav div:hover{
    background-color: #F4f4f4;
   color: black !important;
    border-radius: 6px;
}

.toolbar-logo{
padding-top: 5px;
max-width: 70%;  
height: auto;  
}

.component-id-851a304f-cc46-41c6-938b-12b82a229c67 amazon-autocomplete {
    display: none;
}

.fr-view table th {
    border: 1px solid black !important;
}
.fr-view table td {
    border: 1px solid black !important;
}