Without seeing the XML code, the problem is probably here...
Code:
.calibre21 {
display: block;
margin-bottom: 0;
margin-left: 1em;
margin-right: 0;
margin-top: 0
}
If your XML is using mostly <p class="calibre21"> or <div class="calibre21"> then you have to change the 1em left margin.