Jan 23rd 2016, 22:15:01
If you have Greasemonkey/Tampermonkey or similar, this fixes it:
if (currentPage.indexOf("advisor") > 0){
jQuery('#mainbody').css("padding-right","25px");
}
If your browser still cuts the last number on the right in half, increase to 30px.