Yes I have the below style: The border left is working fine, but the border right is placing the line on the far right not the inside right. On the site you can see this line is double thick on the far right. I need it to appear on the inside right.
.main-copy {
color: black;
background-color: white;
text-align: left;
line-height: 1.5em;
margin: 0 0em 0 12.5em;
padding: 1.5ex 15em 1em 1em;
border-left: 1px solid rgb(235,235,235);
border-right: 1px solid rgb(235,235,235);
}
Thank you,
ebg