.form-profile{
    background-color: #F5F5F5;
    margin: 20px auto;
    padding: 20px 30px;
}

.profile-body{
    padding: 0;
}

.list-group li a, .panel-heading h4 {
    display: flex;
}

.right-5px{
    margin-right: 5px;
}

table tbody tr {
    height: 20px;
}

.panel-heading .avatar, .profile-name{
    text-align: center !important;
}

#profile-avatar{
    border-radius: 50%;
    margin: 0 auto;
}

.panel-title{
    line-height: 2;
    font-weight: bold;
}

.table-profile tbody tr{
    height: 50px;
}

th{
    font-weight: bold;
}

.table tbody tr td,.table tbody tr th{
    vertical-align: middle !important;
}

.margin-right-10{
    margin-right: 10px;
}