@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, .numbered-blocks dt {
    color: rgba(0,66,122,1.0) !important;
}

.greencircle {
    border: 8px;
    border-style: solid;
    border-color: rgba(97,188,71,1.0);
    border-radius: 150px;
}

#page_content .well {
    background-color: rgba(97,188,71,0.15);
}