#profile_detail > .rows:nth-child(1), .rows:nth-child(2)  {
    display:none; 
}
.right_rows {
    display:table !important;
    font-size:20px;
    margin-bottom:5px; 
}
.right_wrapper {
    display:table;
}
.right_rows > div:nth-child(2) {
    text-align:left; 
}