.profile_widget_wrapper{
    display: flex;
    color: #fff;
}
.profile_tabs{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile_tabs li { cursor: pointer; display: inline-block; margin: 5px; padding: 5px; background: #222; }
.tab-content { display: none; }
.tab-content.active { display: block; }
.profile_tab.active { background: #444; }