img.topimg {
    width: 22%;
    height: auto;
    padding-bottom: 25px;
    margin-top: 1rem;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

img.resultimg {
    float: left;
    width: 15%;
    /*height: auto;*/
    /*padding-bottom: 25px;*/
    padding-right: 15px;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    /*position: relative;*/
}

img.list {
    width: 40px;
}

img.banner {
    width: 100%;
}

a {
    color: #003975 !important;
}

a:hover {
    /*color: #969ca2 !important;*/
    text-decoration: none;
}

hr {
    background: linear-gradient(to white, red, yellow);
    height: 1px;
}

.hover_nav {
    background: #f8f9fa;
}

.hover_nav:hover {
    background: #d9dada;
}

.hover_div {
    background: #fff;
}

.hover_div:hover {
    background: #f5f5f5;
}

/* ---- Runa Colour ------ */
.runa-colour {
    background-color: #273e3a;
    color: #fff;
}

.runa-colour:hover {
    background-color: #42645f;
    color: #fff;
}

.runa-colour-outline {
    background-color: transparent;
    color: #273e3a;
    border: 1px solid #273e3a;
}

.runa-colour-outline:hover {
    background-color: #273e3a;
    color: #fff;
}

.runa-colour-alert {
    background-color: #c0dac49e;
    color: #2c2c2c;
}

.text-runa-colour {
    color: #273e3a;
}

.text-runa-colour:hover {
    color: #42645f;
}

/* ---- End Runa Colour ------ */


/* ---- Footer and Cookie Consent ------ */

.sticky_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    padding: 5px;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.cookie_consent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    padding: 5px;
    width: 100%;
    background-color: #273e3a;
    color: #c7c7c7;
    /* text-align: center; */
}

@media print {
    .no-print {
        visibility: hidden;
    }
}