
.sidebar div.photo {
    text-align: center;
}

.sidebar img.photo {
    border-radius: 50%;
    opacity: 1;
    width: 50%;
}

/* Custom Theme colors */
.theme-base-jhb .sidebar {
    background-color: #24574A;
  }

.theme-base-jhb .content a,
.theme-base-jhb .related-posts li a:hover {
    color: #52B79E;
}