body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, serif;
    font-size: 1.25em;
    background-color: #e9e9e9;
}



a {
    color: #1585dd;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    font-family: Inconsolata, Monaco, monospace;
    font-weight: bold;
}

.about {
    padding: 2em;
}

.about p {
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-size: 80%;
}

.about h1 {
    font-size: 1.2em;
    padding: 0;
    display: block;
}

h2 {
    padding-bottom: .2em;
    border-bottom: 1px solid #ccc;
}

.videos {
    padding: 2em;
    width: 50%;
    float: left;
}

.video-series > a {
}

.video-series > a > h3 {
    margin-top: 1.5em;
}

.video-series a {
    color: #000;
}

.video a {
}

.videos a h4 {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: 90%;
}

.video td.text-info {
    padding: 0 0.5em;
}

.video-info, .article-info {
    font-size: 70%;
}

.articles {
    border-left: 1px dotted #ccc;
    padding: 2em;
    width: 50%;
    float: left;
}

.article h4 {
    margin: 1em 0 0.1em 0;
    color: #202020;
}

.portrait {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.video-page .left-column {
    padding: 15px;
    width: 50vw;
    position: fixed;
    left: 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-page .right-column {
    margin-left: 50vw;
    padding: 50px;
    background-color: white;
}

.video-page .video-details {
    line-height: 1.5em;
    word-break: break-word;
}

.video-series-page .video-details {
    line-height: 1.5em;
    word-break: break-word;
}

.transcript ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.5em;
}

.transcript a {
    font-size: 85%;
}

.video-page a {
    text-decoration: none;
}

.video-page a:hover {
    text-decoration: underline;
}

.video-page .text-info {
    font-style: italic;
    color: #444;
}

.video-page h1 {
    font-family: Helvetica;
    font-weight: normal;
}

.video-page .video-info {
    padding: 0.5em 0;
    display: block;
    font-size: 80%;
    text-align: right;
}

.home-link a {
    font-size: 75%;
    text-decoration: none;
}

.video-series-page {
    padding: 15px;
}

.video-series-page h1 {
    border-bottom: 2px solid #444;
    margin-bottom: 1em;
}

.video-series-page h2 {
    border-bottom: 0px;
}

.video-series-page .video-info {
    font-size: 80%;
}

a.thumbnail {
    float: right;
    margin-left: 1em;
}

p {
    letter-spacing: 0.05em;
    line-height: 1.6em;
}

a.watch {
    background-color: #1585dd;
    color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.6em;
    text-decoration: none;
    display: block;
    text-align: center;
}

.episode {
    width: 100%;
}

.episode table {
    width: 100%;
}

.episode table td {
    vertical-align: top;
}

.episode table td.video-info {
    padding-left: 1em;
}

.episode .hbox {
    display: flex;
}

.video-series-page .video-info {
    margin-left: 1em;
}

.jump-to {
    display: none;
}

@media screen and (max-width: 800px) {
    .jump-to {
        display: block;
        float: right;
        font-weight: normal;
        text-decoration: none;
        font-size: 0.6em;
    }
    
    .about {
        padding: 1em;
    }
    
    .articles {
        padding: 1em;
        width: 100%;
    }
    
    .videos {
        padding: 1em;
        width: 100%;
    }
    
    .video-page .left-column {
        width: 100%;
        position: static;
    }
    
    .video-page .right-column {
        width: 100%;
        margin-left: 0;
        padding: 1em;
    }
    
    .video-page .video-info {
        text-align: left;
    }
    
    .video-series-page .episode .hbox {
        flex-direction: column;
    }
    
    .video-series-page .episode .hbox .thumbnail img {
        width: 100%;
    }
    
    .video-series-page .video-info {
        margin-left: 0;
    }
}