﻿.audioNoticeDIV {
    border-top: 1px solid black;
    clear: both;
}

.hearingBillsTable {
    border-collapse: collapse;
    text-align: left;
}

.liveFeedIMG {
    width: 21px;
    margin-bottom: -3px;
    padding-bottom: 2px;
}

.table {
    display: table;
}

.cell {
    display: table-cell;
}

a span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -500px;
}

.hideStuff {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.hiddenSpan {
    position: absolute;
    top: -10000px;
}

.noneTextDec
{
    text-decoration: none;
}

.popupH2 {
    font-size: 15pt;
    display: inline;
}

#accessibility_and_recording_notice {
    width: fit-content;
    border: 1px solid black;
    display: inline-block;
    margin-right: 136px;
    text-align: center;
    max-width: 590px;
}

#accessibilityIcon {
    float: left;
    padding-left: 1px;
}

#closeNoticeDIV {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#divPopUp {
    z-index: 1000;
    box-shadow: 0px 0px 75px grey;
    position: absolute;
    top: 10%;
    background-color: white;
    padding: 15px;
    border: solid black 3px;
    text-align: left;
    font-size: large;
    max-width: 70%;
}

#PastFrame {
    width: Calc(100vw - 22px) !important;
    height: Calc(100vh - 96px) !important;
    background-color: white;
}