#tvguide {
    width: 1280px;
    margin: 0 auto;
    color: white;
    font-size: 42px;
    flex-shrink: 0;
}

#tvguide-header{
    display: flex;
    width: 1280px;
    height: 64px;
    background-color: rgb(200, 255, 0);
    font-size: 38px;
}

.tvguide-headercurrenttime{
    background-color: blue;
    flex-shrink: 0;
    overflow: hidden;
}

.tvguide-headercurrenttime p{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    text-align: center;
    text-overflow: clip;
    margin-top: 8px;
    
    font-family: "Jersey 25", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tvguide-headertimestamp{
    width: 280px;
    background-color: blue;
    flex-shrink: 0;
    overflow: hidden;
}
.tvguide-headertimestamp p{
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    text-align: center;
    text-overflow: clip;
    margin-top: 8px;
    flex-shrink: 0;
    color: yellow;
}

.tvguide-station{
    display: flex;
    width: 1280px;
    height: 96px;
    background-color: rgb(0, 255, 149);
}

.tvguide-stationid{
    height: 88px;
    background-color: blue;
    text-align: center;
    flex-shrink: 0;
}

.tvguide-stationid p{
    width: 100%;
    height: 44px;
    overflow: hidden;
    text-align: center;
    line-height: 44px;
    margin: 0;
    color: yellow;
}

.tvguide-stationprogramming{
    width: 300px;
    height: 88px;
    background-color: blue;
    overflow: hidden;
    flex-shrink: 0;
}

.tvguide-stationprogramming p{
    width: 100%;
    height: 100%;
    margin: 0px 4px 0px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
    font-size: 29px;
}

.jersey-25-regular {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.side {
    width: 177px;
}

.emboss {
    border: 4px solid rgb(231, 230, 230);
    border-style: outset;
}