.mainTitle {
  font-size:1.4em;
}

body {
  margin:0px;
}

.toc {
  font-size:0.8em;
}

.chapter {
  margin:15px;
  margin-top:40px;
  padding:10px;
  background-color: #EBEBEB;
  border: 1px solid #3A99E2;
}
.chapter-title {
  background-color:#A30215;
  font-size:1.2em;
  text-decoration:underline;
  display:inline;
  color:white;
  padding:7px;
  position:relative;
  left:7px;
  top:-20px;
}

.subchapter {
  margin-left:10px;
  margin-top:20px;
}

.subchapter-title {
  font-weight: bold;
  font-size:1.2em;
}  

table {  
}
table > thead {
  background-color:lightgrey; 
}

table > thead > th{
  text-align:left;
  padding-right:30px;
}

table > tbody td{
  padding:3px;
  padding-right:30px;
}  

table > tbody tr:nth-child(1){
  background-color: white;
}


table > tbody tr{
  background-color: #E4E4E4;
}    

.rowEven {
  background-color: white;
}

pre {
  background-color:white;
  padding:5px;
  border: 2px dashed lightgrey;
  -moz-border-radius:10px;
  margin-right:30px;
}
  
code {
  color:green;
}