body {
    margin:0;
    padding:0 0 2rem 0;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
header {
    padding:0.5rem;
    background-color:#43669C;
    background-image:url(header-pattern.png);
    text-align:center;
}
.message {
    margin-top:2rem;
    color:#999;
}
.episode {
    padding:1.5rem 2rem;
    background:#e9ecef;
    width:100%;
    max-width:768px;
    margin:2rem auto 0 auto;
    box-sizing:border-box;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.episode h2 {
    margin:0;
    font-size:2rem;
    font-weight:200;
}
.episode .meta {
    font-size:80%;
    color:#555;
    text-align:right;
}
.episode audio {
    width:100%;
    margin-top:1rem;
}
.episode video {
    width:100%;
    margin-top:1rem;
}
.episode .description {
    margin:1rem 0 0 0;
}
form {
    margin:2rem auto;
    text-align:center;
}
input {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}