/* @override http://localhost:8000/media/css/content.css */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #00596a;
}

#content h1,
#content h2 {
    border-bottom: 1px solid #dedede;
}

#content a,
#content a:visited {
    color: #00596a !important;
}

#content a:hover {
    color: #00596a !important;
    text-decoration: underline !important;
}

#content {
    color: #222;
}

#content .highlight {
    border: 1px solid #222222;
    background-color: #FFFFAA;
}

#content .highlight a,
#content .highlight a:visited {
    color: #222 !important;
}

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

#content .leftImage {
    float: left;
}

#content .rightImage {
    float: right;
}

#content hr {
    line-height: 1.5em;
    height: 1px;
    border: none;
    background-color: #dedede;
    margin-bottom: 1.5em;
}