p img {
    margin-left: 10%;
    margin-top: -5px;
}

ol.code-snippet {
   list-style: none;
   font-size: 60%;
   line-height: .4em;
   margin-left: 4em;
   color: red;
}

ol.code-snippet li {
   white-space: pre;
}

.highlight {
   color: blue;
   font-weight: bold;
   font-size: 120%;
}

.latin {
      font-style: italic;
}