.recent-posts-container {
    margin: 20px 0;
}
.recent-post-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.recent-post-item:last-child {
    border-bottom: none;
}
.recent-post-title {
    margin-bottom: 10px;
    font-size: 1.25em !important;
	font-weight:700;
}
.recent-post-excerpt {;
	font-size:.82em !important;
}
.recent-post-link {
    text-decoration: none;
    color: #0073aa;
    font-weight: 500;
}
.recent-post-link:hover {
    text-decoration: underline;
}
.recent-posts-container .submenu-link:hover, .recent-posts-container .submenu-link:active { color:#000; }
