﻿.container {
    font-weight: 500;
}

.topimage {
    margin-top: 40px;
}

.text {
    padding: 41px 20px 41px 41px;
    line-height: 1.3;
    font-size: 101%;
}

a {
    text-decoration: underline;
}

.references {
    margin-top: 10px;
    margin-left: 0px;
    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%;
}
