
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-body {
    color: rgba(0,0,0,.65);
    font-size: 12pt;
    line-height: 1.25em;
    font-family: Arial, Helvetica, sans-serif;
}

.component-body table {
    table-layout: fixed;
}

.component-body h1 {
    color: rgba(0,0,0,.75);
    font-family: Arial, Helvetica, sans-serif;
}

.component-body h2 {
    color: rgba(0,0,0,.75);
    font-family: Arial, Helvetica, sans-serif;
}

.component-body h3 {
    color: rgba(0,0,0,.75);
    font-family: Arial, Helvetica, sans-serif;
}

.component-body li {
    margin: .4em auto;
}

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

.component .component-body a {
    color: blue;
    text-decoration: underline;
}



.component-body table {
    width: initial !important;
}

.component-body * {
    overflow-wrap: initial !important;
    word-wrap: initial !important;
    word-break: initial !important;
}

account-login-local > form > div > div:nth-child(2) {
    display: none !important;
}



