div.person-info img {
    float: left;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}
div.person-info::after {
    display: table;
    content: "";
    clear: both;
}
div.guest-info ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
div.guest-info ul > li {
    margin: 0 0 1rem 0;
}

article .button {
    display: inline-block;
    text-align: center;
}
article .button .on {
    font-size: smaller;
    display: block;
}
article .newTime {
    font-size: 200%;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
}
article .button.streamButton {
    width: 75%;
}
article .whenAndWhereToTuneIn {
    font-size: larger;
    font-weight: bold;
}
article .whenAndWhereToTuneIn .on {
    font-size: smaller;
}

/* incorporate into global TACH styles eventually */
.block {
    display: block !important;
}
.width-100 {
    width: 100% !important;
}

header.theautolab {
    border-bottom: 1px solid black;
}
header.theautolab > .show-times {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    text-shadow: 4px 4px 4px #666;
}
header.theautolab > .fade {
    display: none;
}
@media (min-width: 600px) {
    header.theautolab {
        display: table;
        background: white;
        width: 100%;
        table-layout: fixed;
    }
    header.theautolab > .title-graphic {
        display: table-cell;
        width: 75%;
        max-width: 542px;
    }
    header.theautolab > .show-times {
        padding-top: 0;
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-shadow: 4px 4px 4px #666;
        width: 25%;
    }
    header.theautolab > .fade {
        display: none;
        width: 0;
    }       
}
@media (min-width: 960px) {
    header.theautolab > .title-graphic {
        display: table-cell;
        width: 542px;
        vertical-align: middle;
    }
    header.theautolab > .show-times {
        font-size: 125%;
        width: 50%;             /* expands or collapses as needed */
    }
    header.theautolab > .fade {
        display: table-cell;
        width: 160px;
        vertical-align: middle;
    }
}

footer.theautolab {
    border-top: 1px solid black;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
footer.theautolab p {
    margin-top: 0;
    margin-bottom: 0;
}
