
/*
GENERAL
*/

/* d20 Feats */
/* old */
DIV.d20feat { margin-top: 1em; margin-bottom: 1em; }
.d20feat-header { font-variant: small-caps; margin-bottom: 0em; }
DIV.d20feat DIV.tight-group { margin-top: 0em; margin-bottom: 0em; }
DIV.d20feat P { margin-top: 0.5em; margin-bottom: 0.5em; }
/* /old */


div.d20-feat h1, div.d20-feat h2, div.d20-feat h3, div.d20-feat h4 {
    font-size: 1.2em; font-variant: small-caps;
}

div.d20-feat .header { font-weight: bold; }

div.d20-feat p { margin: 0.25em 0; }
div.d20-feat p + p { text-indent: 1em; }

div.d20-feat div.heading {
  font-size: smaller;
  padding-left: 0.5em;
  border-left: solid 2px;
}
div.d20-feat div.heading p + p { text-indent: 0; }


div.ogl-license {
  font-size: smaller; font-family: sans-serif;
}



/*
SCREEN
*/
@media screen
{

} /* SCREEN */


/*
PRINT
*/
@media print
{

}




