.schematronBlock {
   border-top: 1px solid green;
   border-left: 1px solid green;
   border-right: 1px solid green;
   border-bottom: 1px solid green;
   margin: 5px 10px 10px 15px;
   padding: 2px 2px 2px 2px;
   background-color: #ececec;
   font-style: italic;
}

.schematronTitle {
   font-style: normal;
   font-weight: bold;
   color: green;
}

.schematronPattern {
   font-style: no	rmal;
}

.schematronPatternName {
   font-style	: italic;
}

.schematronRules {
   font-style: italic;
   margin: 0px 0px 0px 15px;
}

.schematronAsserts {
   font-style: italic;
   margin: 0px 0px 0px 15px;
}

.schematronXPath {
   font-style: normal;
   font-size: 90%;
   font-family: Monaco, Courier, monospaced;
}

.schematronText {
   color: green;
   font-style: italic;
   font-size: 100%;
   font-family: Georgia, Times, serif;
}