/* Profile Content Wrapping Fix */

.user-profile .group-left {
width: 22.6993865030675%;
margin: 0 1.5337423312883% 0 0;
float: left;
}

.user-profile .group-right {
width: 74.2331288343558%;
margin: 0 0 0 1.5337423312883%;
float: left;
}

@media only screen and (max-width: 740px) { /* display for smartphones */
   .user-profile .group-left, .user-profile .group-right { width: auto; margin: 0; float: none; }
} /* End */



/* kill clearfix - don't use this
.profile .field:after {
content: none !important;
clear: none !important;
} */









