The problem is that your theme is applying a 600px width to hr elements. You can solve this easily by adding the following to your themes style.css file:
.tribe-events-calendar hr {
width: auto;
}
I hope that helps and let me know if you need anything else.