did you edit your post? because I missed that second part, haha
you can go ahead and make the changes yourself, though
add this to the style:
.tborder[cellpadding='0'] > tbody > tr > td:nth-child(2) {
text-align: right;
padding-right: 16px;
}
and remove this from the style:
::-webkit-scrollbar {
width:8px !important;
}
::-webkit-scrollbar-track {
background-color:#fff !important;
}
::-webkit-scrollbar-thumb {
background-color:#DDEEFF !important;
}