For anyone who wants the solution. I ended up adding a class in the CONTENT / TEMPLATE called "profile" then i used this code
.profile .cck-line-top > div:nth-of-type(1) {width:70% !important;}
.profile .cck-line-top > div:nth-of-type(2) {width:30% !important;}
I hope this helps. I wish each position had a unique class or ID so you can avoid using pseudo-class's but it seems to be the only way