.cb-entry-content a{  text-decoration:underline !important; }
.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.cb-body-light .cb-tags a, .cb-body-light .widget_tag_cloud a {  background: white!important;  color: #000!important; }
.cb-body-light .cb-tags a:hover, .cb-body-light .widget_tag_cloud a:hover {  background: #161616!important;  color: #fff!important; }

#cb-footer { border-top-color: #ffffff; }
#cb-footer #cb-widgets { background-color: #ffffff; }
#cb-footer .cb-footer-lower { background: #ffffff; }
.cb-footer-light #cb-footer { border-top: 1px solid #E4E3E3; }
@media only screen and (min-width: 768px) {
    #cb-footer .cb-footer-lower {
        padding: 50px 0 25px
    }
}
#cb-footer .cb-footer-lower .cb-copyright {
    margin-bottom: 0;
}
/*the bullet list*/
.cb-entry-content ul li {
	list-style-type: disc !important;
}