/*
:Author: Your Name
:Contact: Your Email Address
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for use with Docutils.  [Optionally place a more
detailed description here.]
@import url(html4css1.css);
*/


* {
}

/* Your customizations go here.  For example: */


.section h1, h3, h4, h5, h6, p.topic-title {
       border-bottom: 1px dotted #333;
       font-family: Georgia, Times, "Times New Roman", serif;
       font-weight: normal;
       font-size: 16px;
}
.section-first h1 {
  width: 60%;
}

h1.title {
  text-align: left;
}
h2.subtitle {
  text-align: left;
}
.section h2 {
       font-size: 14px;
}

.title  {
    font-size:  22px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
}

.subtitle {
    font-size:  18px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
}

.literal {
  color: #060;
  font-family: Courier, Consolas, Monaco, "Courier New", monospace; 
}

code, pre { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

pre {
        background: #f5f5f5;
        border: 1px solid #dadada;
        padding: 11px;
        font-size: 11px;
        line-height: 1.3em;
        overflow: auto;
}


.literal-block {
  background-color: #e0e0e0;
  margin-left: 20px;
  margin-right: 20px;
  color: #060;
}


div.line-block {
  margin-left: 1em 
}

.macrohelp {
   width: 800;
   font-family:    arial,Helvetica,sans-serif;
}

/* Do not show see also section 
#see-also {
   display:  none;
}
*/
