﻿.page-title {
    font-family: Verdana;
    font-size: 20px;
    color: #283583;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 60px;
}

.infotitle {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}

    .infotitle:before {
        content: "| ";
        margin-right: 6px;
        color: #F8BF00;
        font-weight: bold;
    }

.infostripe {
    color: #F8BF00;
    font-weight: bold;
}

img
{
    display: inline-block;
    height: auto;
    max-width: 100%;
}