#content {
    font-size: 0.8rem;
}

@page {
    margin-left: 0.4in;
    margin-right: 0.4in;
    margin-top: 0.5in;
    margin-bottom: 0.5in;
}

pre {
    white-space: pre-wrap;
}

#content h2 {
    color:#002f56;
    margin-top: 14px;
    margin-bottom: 7.6px;
    font-weight: 200;
    font-size: 1.0rem;
}

h3 {
font-size: 0.9rem;
}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}

#content pre {
    border: none;
    border-top:1px solid lightgray;
    border-bottom:1px solid lightgray;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    background-color:white;
    box-shadow: none;
}

#content div.block {
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content div.block > div.title {
    font-weight: 600;
    padding-left: 6px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 0px;
}

#content div.block > div.footer {
    padding-left: 6px;
    padding-bottom: 1px;
    padding-top: 1px;
    margin-bottom: 0px;
}

#content div.block > div.body {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
  }

#content div.block div.body pre code {
    background-color:white;
  }
  
#content div.block pre {
    background-color:white;
    border: none;
    border-top:1px solid lightgray;
    border-bottom:1px solid lightgray;
}

#content div.block.note {
    box-shadow: none;
    border: none;
    border-top : 1px solid gray;
    border-bottom : 1px solid gray;
    background-color: white;
}

#content div.block.syntax {
    box-shadow: none;
    border: none;
    border-top : 1px solid gray;
    border-bottom : 1px solid gray;
    background-color: white;
}

#content div.block.exo {
    box-shadow: none;
    border: none;
    border-top : 1px solid gray;
    border-bottom : 1px solid gray;
    background-color: white;
}

#content div.block.test {
    box-shadow: none;
    border: none;
    border-top : 1px solid gray;
    border-bottom : 1px solid gray;
    background-color: white;
}

#content div.block.note > div.title {
    background-color:white;
    border: none;
}

#content div.block.syntax > div.title {
    background-color:white;
    border-top :  none;
}

#content div.block.exo > div.title {
    background-color:white;
    border-top :  none;
}

#content div.block.note > div.footer {
    background-color:white;
    border-top : 1px solid lightgray;
}

#content div.block.syntax > div.footer {
    background-color:white;
    border-top : 1px solid lightgray;
}

#content div.block.exo > div.footer {
    background-color:white;
    border-top : 1px solid lightgray;
}

#content a:not(.list-group-item) {
    color:#1726eb;
    border-bottom:none;
    text-decoration: none;
    background-color: white;
}