@charset "UTF-8";
body {
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    align-items: center;
    height: 100vh;
    font-family: Tahoma, Verdana, Ubuntu;
    font-size: 1.1rem;
}

p {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

a {
    text-decoration: none;
}

table {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 1.0rem;
    width: 80%;
}

th, td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 1.0rem;
}

td {
    text-align: left;
}

col.name {
    width: 50%;
}

col.episode {
    width: 10%;
}

col.date {
    width: 20%;
}

col.length {
    width: 10%;
}

.button {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    background-color: red;
}

.searchIcon {
    display: inline-block;
    background-color: lightblue;
    height: 24px;
    width: 24px;
    position: relative;
    bottom: -12px;
}

.searchIcon:hover {
    background-color: blue;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.center-text {
    text-align: center;
}

footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: auto;
}

label, input, textarea {
    font-size: 1.0rem;
    margin-bottom: .3rem;
}

#responseFrame {
    border: none;
}

.episodes {
    width: 60%;
}

.sourceList {
    display: inline-block;
    text-align: left;
    list-style-type: none;
}

caption {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5rem;
}