﻿.container {
    font-weight: 500;
}

.topimage {
    margin-top: 40px;
}

.ssasection {
    margin-top: 60px;
}

.ssasection img {
    width: 90%;
}
   

.text {
    line-height: 1.3;
    font-size: 101%;
}

.bottom {
    margin-top: 60px;
}

    .bottom a {
        text-decoration: underline;
        color: #005886;
    }

.references {
    margin-top: 32px;
    margin-left: -10px;
    margin-right: 250px;
    display: flex;
    border: 1px solid #bababc;
    border-radius: 5px;
    box-shadow: 1px 2px 5px 0px grey;
    margin-bottom: 60px;
}

.referencesLink {
    color: #0d5987 !important;
    margin-bottom: 0 !important;
    padding: 6px;
    font-weight: 800 !important;
    cursor: pointer;
    font-size: 100%;
}

.referencesParagraph {
    border-left: 1px solid #bababc;
    margin: 14px;
    padding-left: 12px;
    font-size: 0.75em;
    font-weight: 500;
    line-height: normal;
    width: 78%;
    display: none;
    
    font-style: italic;
}
