﻿
h1 {
    font-size: 1.75em;
    font-weight: 300;
    border-bottom: 1px #808080 solid;
    margin-top: 30px;
    background-color: #8F8571;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

    h1#title {
        font-size: 1.50em;
        font-weight: 600;
        border: none;
    }

    h1#header-title {
        font-weight: 300;
        border: none;
    }

h2 {
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px #c6c6c6 solid;
    margin-top: 30px;
    background-color: #4D7275;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
}

h3 {
    font-size: 1.25em;
    font-weight: 300;
    margin-top: 30px;
}


blockquote {
    background-color: #eaeaea;
    padding: 10px;
    font-style: italic;
}

pre {
    padding: 15px;
    background-color: #3d3d3d;
    color: #fff;
}

table {
    width: 100%;
}

    table th {
        border: solid 1px #c6c6c6;
        background-color: #c6c6c6;
        padding: 5px;
    }

    table td {
        border: solid 1px #c6c6c6;
        padding: 5px;
    }


#cms-content img {
    width: 100%;
}


    #cms-content img.icon-circle-image {
        width: 25px;
        height: 25px;
        border-radius: 25px;
    }

#cms-content p {
    text-align: justify;
}