
    section#amiMedicalIllustratorHistory {
        font-size: 1rem;
        text-align: left;
    }
    
    .highcharts-figure,
    .highcharts-data-table table {
        min-width: 320px;
        max-width: 700px;
        margin: 1em auto;
    }
    
    .highcharts-data-table table {
        font-family: Verdana, sans-serif;
        border-collapse: collapse;
        border: 1px solid #EBEBEB;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }
    
    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }
    
    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }
    
    .highcharts-data-table td,
    .highcharts-data-table th,
    .highcharts-data-table caption {
        padding: 0.5em;
    }
    
    .highcharts-data-table thead tr,
    .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }
    
    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }
    
    .cards {
        display: flex;
        flex-flow: row;
        margin: 15px;
        justify-content: center;
    }
    
    .cards .card {
        background-color: white;
        border: 1px grey solid;
        border-radius: 20px;
        min-width: 20%;
        max-width: 20%;
        padding: 20px;
        flex-flow: column;
        align-items: center;
        margin-right: 10px;
    }
    
    .card>p {
        font-size: 20px;
    }
    
    .card>img {
        max-width: 50px;
    }
    
    h3.introName {
        margin-top: 50px;
    }
    
    .topTitle {
        position: absolute;
        top: -50px;
        display: flex;
        flex-flow: row;
        margin-bottom: 50px;
    }
    
    .topTitle img,
    .topTitle p {
        max-height: 20px;
        font-size: 1.2rem;
        margin-left: 13px;
        color: #ddd5be;
        text-align: left;
    }
    
    .mt20 {
        margin-top: 20px;
    }
    
    .reveal iframe {

    }
    
    .reveal iframe>* {
        visibility: collapse !important;
    }
    
    .viewer .watermark a,
    .viewer .landing .watermark {
        position: absolute;
        left: -1000px;
        opacity: none;
        left: 15px;
        visibility: collapse !important;
        display: none !important;
        height: 0 !important;
    }
    img.oneScreen{
        max-height: 90vh;
    }

    section section h4{
        position: relative;
        top: 60px;
        color: #7f779d !important;
    }
    ._300px{
        height: 300px;
    }

    .eightyPercentWidth{
        max-width: 80vw;
        margin-left: 5%;
    }

    section.production section div p {
        color: red;
        font-size: 15px;
        text-align: left;
    }

    .reveal ol {
    font-size: 10px;
    }
