﻿#profile-pic {
    height: 20vw;
    width: 20vw;
    object-fit: cover;
    background: repeat;
    border-radius: 100%;
    border: 0px solid;
}

.profile-container {
    width: 85%;

}

.personal-data-container{
    margin-left: 2vw;
}

.manage-list > li {
    padding: 0 5px 0 0;
}

    .manage-list > li:before {
        content: "| "
    }

    .manage-list > li:last-child:after {
        content: " | "
    }

