﻿html.dashboard.illinois.xt.tv #xt-tv-frame {
    height: 100vh;
    width: 100vw;
}

html.dashboard.illinois.xt.tv .page-wrapper {
    height: 100vh;
    width: 100vw;
    z-index: 100;
}

html.dashboard.illinois.xt.tv .page-wrapper #clock {
    position: absolute;
    right: 2px;
    top: 2px;
    color: black;
    font-size: 9rem;
    background-color: white;
    text-align: center;
    padding: .5rem .5rem .5rem .5rem
}