.smaller {
    font-size: .5em !important;
}
.smaller h2 {
    font-size: 1.5em;
    float: left;
    clear: both;
}
.smaller li {
    line-height: 1.5em !important;
}
.smaller ul {
    float: left;
    margin-left: 0;
    margin-bottom: 1em;
}
.smaller p {
    text-align: left;
    margin: .5em 0;
    clear: both;
}

.reveal .smaller pre code {
    font-size: 1.5em;
    line-height: 1.6em;
}