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


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
---------------------------------------------------------------------------------------
@media print {
  a::after {
    content: " (" attr(href) ")";
  }
}
---------------------------------------------------------------------------------------

.component .app-name-view.component-name {
   color: #0079C2 !important;
   font-family: Helvetica !important;
   font-size: 14pt !important;
   font-weight: bold !important;
   border-bottom: solid 1px #0079C2;
}
.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;
}

app-doc-edit .mat-tab-labels {
   flex-wrap: wrap;
}

.component-id-33b243ad-0781-4379-8f17-d6979cfe3e4f th.mat-header-cell {
color: #414042 !important;
font-family: Helvetica !important;
font-weight: bold !important;
font-size: 16px !important;
}

.component-id-33b243ad-0781-4379-8f17-d6979cfe3e4f td.mat-cell {
 color: #414042 !important;
 font-family: Helvetica !important;
 font-size: 12pt !important;
}

.schedule-component td {
    color: black !important;
}
