#spectate-menu {
    font-family: 'Font-spec 010';
    position: absolute;

    bottom: 5%;
    /* top: /5%; */
    background-color: #fcfcfc;
    width: 20vw;
    font-size: 0.65vw;
    border-radius: 0.6vw;
    right: 1%;
    padding: 1vw 1.2vw;
}

#spectate-menu-row {
    background-color: #f5f5f5;
    display: flex;
    font-size: 0.75vw;
    border-radius: 0.3vw;
    margin-top: 0.3vw;
    justify-content: space-between;
    padding: 0.5vw 0.7vw;
    border: 1px solid rgba(0, 0, 0, 0.50);
    /* border-bottom: 0; */
}

#spectate-menu-row:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#spectate-name-dialog {
	color: #f00e5d;
    font-family: 'Font-spec 006';
	font-size: 1.25vw;
    text-shadow: -1px 1px 32px rgba(255, 0, 0, 0.51);
}

#spectate-menu-row-name {
    text-transform: uppercase;
    font-family: 'Font-spec 005';
    opacity: 0.7;
}