These selectors are available to style in your stylesheet:

#navEZPagesTOCWrapper {}
#ezPagesTOCHeading {}
#navEZPagesTOC {}
.currentPage {}
.notCurrentPage {}
.currentPage .indicator {}
.notCurrentPage .indicator {}

For your request, find in your stylesheet.css
Code:
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}
and change it to
Code:
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: left;
	margin-right: 0.5em;
	height: 1%;
	border: 1px solid #9a9a9a;
	}