blog-nav.see-also-blog a {
    font-weight: bold;
}

.see-also-blog {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.see-also-blog img {
    max-width: 200px; float: left;padding-right: 10px;
}

.blog-nav { 
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.blog-date {
    font-size: 11px;
    font-weight: bold;
    padding: 25px 0;
}

h2.max {
    font-weight: bold;
    padding-bottom: 25px;
    margin-bottom:  25px;
    border-bottom:  3px solid #70b01f;
    position: relative;
}

h2.max span:before {
    display: block;
    content: "•\00a0\00a0\00a0•\00a0\00a0\00a0•";
    position: absolute;
    bottom: -27px;
    background-color: #ffffff;
    color: #70b01f;
    left: 50%;
    font-size: 42px;
    padding: 0 35px;
    margin-left: -91px;
}

h3.blog-see-also-this-month {
    border-bottom: 3px solid #70b01f;
    text-indent: 10px;
    font-weight: bold;
    font-size: 24px;
    margin: 36px 0;
}