.reveal section img {
    background: none;
    border: none;
    box-shadow: none;
}

.monospace {
    font-family: 'PT Mono', monospace !important;
}

.title-name {
    font-size: 1.5em !important;
}

.title-author {
    font-size: .7em !important;
}

.title-date {
    font-size: 1.1em !important;
}

.push-left {
    text-align: left;
}

.clipped {
    overflow: hidden;
}

.command-list tr td:first-child {
    text-align: center;
}

.desktop-screenshot {
    max-height: 750px !important;
}

ul {
    width: 100%;
}

.top-margin {
    margin-top: 10px;
}