The email address and the phone number overrun the description field text.
This is fixed by adding a little padding. See attached screenshot https://www.dropbox.com/s/v6mptt1xjoryvrv/Screen%20Shot%202013-03-18%20at%2011.12.59%20AM.png
replete / config-woocommerce / woocommerce-mod.css / line 1461
.woocommerce-account dt {
display: block;
font-weight: bold;
ADD >>> padding: 0 60px 0 0; <<<
width: 30px;
}














