@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;
}





table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin-bottom: 26px;
}

caption {
    font-family: Arial, sans-serif;
    color: #993333;
    padding-bottom: 6px;
}

th, td {
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: center;
}

th {
    font-family: Veranda, sans-serif;
    background: #ccc;
}