﻿/* brochure pages */

p.image-holder {
    text-align: center;
}

    p.image-holder img {
        max-width: 300px;
    }

h2.title {
    font-size: 1.4em;
    font-weight: bold;
    margin: 20px 0px;
}

div.mainArticle h3 {
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 20px;
}

div.mainArticle p {
    font-size: 1.0em;
    font-weight: normal;
}

.contentpane {
    background-color: #f0f0ff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto 20px auto;
}

.contentpane .imagepanel img {
    width: 100%;
}

.valueslist li {
    list-style-image: url(/images/tick.png);
}
