/* This is the custom CSS file for the JViews documentation. */
/*                         */

.gotoref *
{
      font-family: inherit; 
}

div.ListBullet + div.CodeBlockNested
{
       margin-top: 0.5em;
}

div.ListBullet + div.CodeBlock
{
       margin-top: 0.5em;
}

div.ListContinue + div.CodeBlockNested
{
       margin-top: 0.5em;
}

div.ListContinue + div.CodeBlock
{
       margin-top: 0.5em;
}

div.ListNumber1 + div.CodeBlockNested
{
       margin-top: 0.5em;
}

div.ListNumber1 + div.CodeBlock
{
       margin-top: 0.5em;
}

div.ListNumber + div.CodeBlockNested
{
       margin-top: 0.5em;
}

div.ListNumber + div.CodeBlock
{
       margin-top: 0.5em;
}

span.gotorefAPI
{
   font-family: monospace;

}