.post .post_author div.author_avatar img {
     border-radius: 55%;
     transition:all 0.3s ease;
	 width:100px;
	 height:100px;
}

/* SCEditor Dark Mode */
.sceditor-container {
    background: #1e1e1e !important;
    border: 1px solid #444 !important;
}

.sceditor-container iframe {
    background: #1e1e1e !important;
}

/* Toolbar */
.sceditor-toolbar {
    background: #2d2d2d !important;
    border-bottom: 1px solid #444 !important;
}

.sceditor-group {
    border-right: 1px solid #444 !important;
}

.sceditor-button div {
    filter: invert(1) !important;
}

.sceditor-button:hover {
    background: #444 !important;
}

.sceditor-button.active {
    background: #555 !important;
}

/* Bottom bar */
.sceditor-statusbar {
    background: #2d2d2d !important;
    border-top: 1px solid #444 !important;
    color: #aaa !important;
}

.sceditor-statusbar a {
    color: #aaa !important;
}