.fboxy-wrapper{
    top: 50%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:800px;
    z-index: 99999999999999999999999 !important;
    max-height:550px;
    max-width:95%;
}
.fboxy-wrapper .fboxy-title img,
.fboxy-wrapper .fboxy-title .f-list-node-value{
	display:none;
}

/*Organising Committee*/
body.com-user.view-view .f-list-item-content span:nth-child(2),
body.view-session-person .f-list-item-content span:nth-child(2) {
    font-weight: 500;
    font-size: .85rem;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

body.com-user.view-view .f-list-item-content #f-list-node-32499::before,
body.view-session-person .f-list-item-content #f-list-node-32499::before {
    content:"Current Role & Organisation";
    display:block;
    font-weight:800;
    color: var(--brand-color-theme-1);
}

body.com-user.view-view .f-list-item-content span:nth-child(3),
body.view-session-person .f-list-item-content span:nth-child(3) {
    font-weight: 500;
    font-size: .85rem;
    margin-bottom: 10px;
    display: block;
}

body.com-user.view-view .f-list-item-content #f-list-node-32498::before,
body.view-session-person .f-list-item-content #f-list-node-32498::before {
    content:"Important Positions & Awards";
    display:block;
    font-weight:800;
    color: var(--brand-color-theme-1);
}
