﻿.top-image {
    margin-top: 20px;
}

bottom {
    margin-top: 60px;
    color: #005886;
    
}

.bottom a {
    text-decoration: underline;
}

.references {
    margin-top: 44px;
    margin-left: 110px;
    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: 90%;
}

.referencesParagraph {
    border-left: 1px solid #bababc;
    margin: 16px 16px 16px 13px;
    padding-left: 12px;
    font-size: 0.75em;
    font-weight: 500;
    line-height: normal;
}

.showlink {
    color: #005886;
}

li a {
    text-decoration: none;
    color: black;
}

    li a:hover {
        text-decoration: none;
    }

.tooltip1 {
    position: relative;
    /*display: inline-block;*/
    border-bottom: 1.25px dotted black;
}

.container {
    font-size: 101%;
}

@media only screen and (max-width:1220px) {
    .note1 {
        font-size: 85%;
    }
}


