html {font-size:14px;}

h3, h4 {
    margin-bottom: 0px !important;
	font-size:1.25em !important;
}

p {
    font-size:14px;
    margin:1px 0 1px 0 !important;
    text-align: left !important;
}

thead {
    background-color: #A0F4CB;
    vertical-align:middle !important;
}

a.reference {
    color: blue;
}

pre {
   tab-size: 4 !important;
   -moz-tab-size: 4 !important;
   -o-tab-size: 4 !important;
   -ms-tab-size: 4 !important;
}

caption {
    font-weight: bold !important;
    text-align: left !important;
}

table.t-albdataf-updmethrows {
    table-layout: fixed !important;
}

ul.last {
    white-space: normal !important;
    line-height: 15px !important;
}

tbody {
    font-size: 85%;
    line-height: 18px;
}

tbody p, tbody ol, ol>li, ul>li {
    font-size: 100%;
    text-align: left !important;
/*    line-height: 18px; */
}

ul:first-child.simple > li {
/*    margin: 0 0 0.5em 0 !important; */
}

td > ol, td ul {
    padding-left:10px;
}

table.docutils td {
    padding: 0px 6px 0px 6px !important;
    border: 1px solid rgba(0,0,0,.15);
    vertical-align: middle;
}

table.docutils.lasttable{
    margin-bottom: 20px;
}

table.docutils.table-smallfont{
    font-size: small;
}
table.table-with-figures.docutils td {
    padding: 0px 0px 0px 0px !important;
    border: 1px solid rgba(0,0,0,.15);
    vertical-align: middle;
}

td > .figure {
    margin: 0;
}

div.figure {
    padding: 0px;
}

td.bgc1 {
    background-color: #99ffcc !important;
}

td.bgc2 {
    background-color: #B8CCE4 !important;
}

.wy-nav-content {
    max-width: 1100px;
}

.rst-content .line-block {
	line-height:16px;
	margin-bottom:6px;
    white-space: normal !important;
}

.rst-content ol.arabic {
	line-height:16px;
}

/*.first .line-block {
    white-space: normal !important;
}*/

.red {color:red;}
.green {color:green;}
.blue {color:blue;}
.it-red {color:red;font-style: italic;}
.it-green {color:green;font-style: italic;}
.it-blue {color:blue;font-style: italic;}
.b-red {color:red;font-weight: bold;}
.b-green {color:green;font-weight: bold;}
.b-blue {color:blue;font-weight: bold;}

.limebg {background-color: lime}
.gybg {background-color: greenyellow}

.cf {
	font-family:monospace;
	color:red;
	font-size: 110%;
}

.js1 {
	font-family:monospace;
	color:green;
	font-size:110%;
}

.js {
	font-family:monospace;
	color:green;
	font-size:110%;
	text-decoration:underline;
}

.command {
	font-family: cursive;
	font-size: 110%;
}

.html {
	font-family:monospace;
	font-weight: bold;
	color:black;
	font-size: 120%;
}

.php {
	font-family:monospace;
	color:darkviolet;
	font-size:110%;
	text-decoration:underline;
}

.phpc {
	font-family:monospace;
	background-color: rgba(0,0,0,.075);
	border: 1px solid rgba(0,0,0,.05);
	padding: 0px 4px;
	margin: 1px;
	color:darkviolet;
	font-size:110%;
	border-radius: 4px;
}

td.procflow-c2, td.procflow-a-c2 {
   background: #FF7979 !important;
}

td.procflow-c3 {
   background: #C5E0B4 !important;
}

td.procflow-a-c3, td.procflow-a-c5 {
   background: #92D050 !important;
   vertical-align:top !important;
}

tr:nth-child(1) > td.procflow-c3 {
   background: #92D050 !important;
}

td.procflow-c4 {
   background: #C5E0B4 !important;
}
tr:nth-child(1) > td.procflow-c4 {
   background: #92D050 !important;
}

td.procflow-a-c4 {
   background: #FFC000 !important;
   vertical-align:top !important;
}

td.procflow-c5 {
   background: #C5E0B4 !important;
}

tr:nth-child(1) > td.procflow-c5 {
   background: #92D050 !important;
}

tr:nth-child(1) > td.procflow-a-c4 {
   background: #92D050 !important;
}

.py-mod {
	color:darkviolet;
}

span.strikethrough {
	text-decoration: line-through;
}