Good news. I used the following code on my web-page equivalent of my EPUB code, and took the margin off the p tag, and it looks great, much better than I expected. Glad to know the page is now accessible for the blind. Will adapt for the EPUB in due course:
Code:
hr.transition {
margin: 1.5em 40% 1.6em 40%;
border-top: 1px solid darksalmon;
}