@import 'agogo.css';

h1 {
  font-size: 40px;
  color: darkslategray;
}

.h3 {
  color: darkslategray;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;

}

.center
{
	text-align: center
}

table {
    background-color: white;
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
    }

td {
    border: 1px solid;
    border-collapse: collapse;
    font-size: 12px;
    }

table:nth-child {
	background-color: gray;
}

table.docutils div.line-block {
	margin-left: 0;
}

.row-even
{
        border-color: silver;
        border-style: solid;
        border-width: 1px;
        background-color: silver;
}

.underline {
        color: darkslategray;
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
}

.overline {
	text-decoration: overline;
	font-weight: bold;
}

.nlnote {
        background-color: #c5e18c;
	text-align: left;
	border: 1px solid;
} 

.nlheader {
        background-color: #c5e18c; 
        font-weight: bold;
	font-size: 14px;
} 

div.admonition {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 7px 1px 7px;
  border-left: 0.2em solid black;
}


