#content h2,
#content h3,
#content h5 {
    color: #006c35;
}

#content h2,
#content h3,
#content h5 {
    color: #00a652;
}

#content h1,
#content h2,
#content h3,
#content h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#content h1,
#content h2,
#content h3 {
    font-family: 'DIN', sans-serif !important;
    font-weight: bold !important;
}

#content h1 {
    font-size: 30px;
    color: #333;
    line-height: 1.1;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 40px;
}

#content h1:first-of-type {
    color: #61AC38;
    margin: 0;
    text-align: left;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 36px;
    line-height: 30px;
}

#content h2 {
    border-bottom: 1px solid #e2e2e2;
}

#content h4 {
    color: #222;
}

#content .clear {
    clear: both;
}

#content table,
#content table td,
#content table th {
    vertical-align: top;
}

#content table.centered {
    margin-left: auto;
    margin-right: auto;
}

#content .rightImage,
#content .leftImage,
#content .rightImages p {
    padding: 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    text-align: center;
}

#content .rightImages {
    float:  right;
    text-align: center;
}

#content .rightImage {
    float: right;
}

#content .leftImage {
    float: left;
}


#content .rightImage,
#content .leftImage {
    margin-bottom: 15px
}

#content .rightImage {
    margin-left: 15px;
}

#content .leftImage {
    margin-right: 15px;
}

#content .imageCaption {
    display: block;
    text-align: center;
}

#content .borderless {
    border: 0 !important;
}


#content img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#content ul,
#content ol {
    margin-left: 15px;
    padding-left: 15px;
}

#content ul,
#content ul li {
    list-style-type: square;
}

/* Page styles */
#content .leftTextHistory {
    width: 440px;
}

#content .leftText {
    width: 480px;
}
