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

#current-slide {
    width: 50%;
}

#upcoming-slide, #speaker-controls {
    width: 50%;
}


.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;
}

.linux-logo {
    max-height: 30vh !important;
    max-width: 30vw !important;
}

.scrollable {
    max-width: 1200px;
    max-height: 690px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollable img {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
}

.clipped {
    overflow: hidden;
}

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

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

.width60 {
    width: 59%;
}

.width40 {
    width: 39%;
}

.right {
    float: right;
}

.left {
    float: left;
}