
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: #034C97 !important;
   font-family: Helvetica !important;
   font-size: 16pt !important;
   border-bottom: solid 1px #02264b;
}
.component-body {
   color: #000000 !important;
   font-family: Helvetica !important;
   font-size: 12pt !important;
}

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

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

/* Required Materials and Technologies, Google Book Search Hidden */
.component-id-0b6ecd07-287d-41e9-8473-aced8ac7b468 amazon-autocomplete {
    display: none;
}

/* Canvas - Learning Management System, Google Book Search Hidden */
.component-id-3ffabd18-35d3-4ee7-958a-355de5cc7edf amazon-autocomplete {
    display: none;
}

/* Recommended Materials, Google Book Search Hidden */
.component-id-661e60e8-768e-402a-aab1-0cb445d0184a amazon-autocomplete {
    display: none;
}

/* Other Technologies, Google Book Search Hidden */
.component-id-144d6054-83dd-46ef-b2cf-0f12ae021340 amazon-autocomplete {
    display: none;
}

/* Color of blockquote text, border color, background color */

/* Background */
blockquote {
    background: #cddff3 !important; 
    }
