@import url(base.css);
 


li {
   padding-bottom: .5em;
}

p img {
    margin-left: 10%;
    margin-top: -5px;
}

ol.code-snippet {
   list-style: none;
   font-size: 80%;
   line-height: 1em;
   margin-left: 4em;
   color: red;
}

ol.code-snippet li {
   white-space: pre;
   padding-bottom: 0;
}

.highlight {
   color: blue;
   font-weight: bold;
   font-size: 120%;
}

.highlight {
   font-size: 90%;
   color: #000;
   font-weight: bold;
}

h1 span {
   display: block;
   text-align: center;
}

h1 {
   text-align: center;
}