.midContent .xprofile{
	padding: 20px 20px 1px;
	margin-bottom: 10px;
    background: #fff;
}
.midContent .xprofile .feedbackNoProfile{
    margin-bottom: 10px;
    padding: 50px 0;
    text-align: center;
    border-radius: 4px;
}
.midContent .xprofile .feedbackNoProfile i {
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url(//www.51cube.com/wp-content/themes/press/img/nocon.png) center 0 no-repeat;
}
.midContent .xprofile .feedbackNoProfile p {
    margin: 0;
    padding: 10px 0;
    line-height: 30px;
    color: #555;
    font-size: 15px;
}
.midContent .xprofile .profile-fields{
    width: 400px;
    font-size: 14px;
    padding: 20px;
}
.midContent .xprofile .profile-fields .field{
    margin:  0 0 20px;
    display: flex;
    align-items: flex-start;
}
.midContent .xprofile .profile-fields .field .name,
.midContent .xprofile .profile-fields .field .data{
    width: 50%;
}
.midContent .xprofile .profile-fields .field .name{
    color: #555;
}
.midContent .xprofile .profile-fields .field .data{
    color: #000;
}