body {
    font-family: 'NewhouseDTCond-Light';
    overflow: hidden;
}

#content {
    opacity: 0;
}

.logo-div {
    padding: 5px 0;
}

.logo {
    max-width: 200px;
    width: 100%;
}

#attendeesList-div,
#pollingList-div {
    padding: 0 10px;
}

#attendeesList-div table td {
    padding: 2px 5px;
    font-size: 18px;
}

table thead th {
    padding: 0;
}

#polling .logo {
    max-width: 300px;
    width: 100%;
}

#pollingList-div table {
    color: #ffffff;
}

#pollingList-div table td {
    font-size: 3rem;
    padding: 5px 0;
}

#pollingList-div table tbody td {
    vertical-align: top;
}

#pollingList-div table tbody td:not(:first-child) {
    text-align: right;
    font-family: 'NewhouseDTCond-Black';
    color: #c6d4e9;
    width: 120px;
}

#pollingList-div table tbody td.option-text {
    display: flex;
    align-items: flex-start;
}

#polling .intro-div {
    height: 80vh;
    text-align: center;
}

#polling .question-div {
    padding: 3rem 0;
}

#polling .intro {
    font-size: 8rem;
    font-family: 'NewhouseDTCond-Black';
    color: #c6d4e9;
    line-height: 1;
    margin: 0 auto;
}

#polling .intro .code {
    font-size: 10rem;
}

#polling .code {
    /* color: #859fc5; */
    color: #FF9600;
    text-shadow: 0 0 15px #2d4963;
    font-family: 'NewhouseDTCond-Black';
}

#polling .code:after {
    /* color: #859fc5; */
    color: #ffffff;
    font-family: 'NewhouseDTCond-Black';
    content: ".";
    font-size: 1.5rem;
}

#polling .question {
    font-size: 3rem;
    font-family: 'NewhouseDTCond-Black';
    color: #9dbddb;
}

#polling .prev-button a {
    display: block;
    width: 50%;
    padding: 5rem 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: transparent;
    transition: all 0.5s ease;
}


#polling .prev-button a:hover {
    color: #9dbddb;
    background: rgba(0, 0, 0, .1);
}

#polling .next-button a {
    display: block;
    width: 50%;
    padding: 5rem 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    color: transparent;
    transition: all 0.5s ease;
}


#polling .next-button a:hover {
    color: #9dbddb;
    background: rgba(0, 0, 0, .1);
}

#polling .startover-button a {
    display: block;
    width: 50%;
    padding: 5rem 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    transition: all 0.5s ease;
}


#polling .startover-button a:hover {
    color: #9dbddb;
    background: rgba(0, 0, 0, .1);
}

#polling .close-button a {
    display: block;
    width: 50%;
    padding: 5rem 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    transition: all 0.5s ease;
}


#polling .close-button a:hover {
    color: #9dbddb;
    background: rgba(0, 0, 0, .1);
}

.gray-bg .logo {
    margin: 5rem 0 2.5rem 0;
}

.gray-bg {
    background-image: radial-gradient(#666, #000);
    height: 100vh;
}

#joinInfo {
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding: 25px;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
    border-left: solid #FF9600 5px;
    border-right: solid #FF9600 5px;
    border-top: solid #FF9600 5px;
    background-color: rgba(0, 0, 0, .85);
    margin: 0px auto;
    border-radius: 5px 5px 0px 0px;
    font-family: 'NewhouseDTCond-Black';
    width: 100%;
    max-width: 800px;
    left: 0;
    right: 0;
}

.countdown {
    font-family: 'NewhouseDTCond-Light';
    color: rgba(0,0,0,.5);
    color: rgba(230, 230, 230, .5);
    text-shadow: 0 0 5px #000;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 140px;
    font-size: 3rem;
}