/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
** CLASS Phone
*/
.Phone {
    display: none;
}
.PhoneOn {
    display: inline-block;
    width: 50vw;
    height: 87.5vw;
    border-top: 2vw solid #454545;
    border-bottom: 8vw solid #454545;
    border-left: 1vw solid #454545;
    border-right: 1vw solid #454545;
    vertical-align: top;
    text-align: center;
    padding: 0px;
}

#Listener {
    background-color: #ffffff;
}
#Commentator {
    background-color: #fff0f0;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
** CLASS ModeLine and its contents
*/
.ModeLine {
    display: table;
    height: 4vw;
    width: 50vw;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-bottom: 8px solid black;
    background-color: #ffffff;
    color: slategray;
    font-family: 'Abril Fatface';
    line-height: 1;
}
.ModeLine section {
    display: table-cell;
    vertical-align: middle;
    border: none;
    margin: 0px;
    padding: 0px;
    color: white;
    font-weight: bold;
    height: 100%;
    font-size: calc(4vw + 4vh + 2vmin);
}
.ModeLine section#Location {
    text-align: center;
    background-color: #d8a800;
    font-size: 4vw;
    width: 12vw;
}
.ModeLine section#Language {
    text-align: left;
    background-color: #a8d800;
    font-size: 2vw;
    width: 30vw;
    padding-left: 1vw;
}
.ModeLine button {
    display: table-cell;
    vertical-align: middle;
    background-color: #ff0000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 8vw;
}
.ModeLine button img {
    height: 7vh;
    border: 0px solid red;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
** SECTION #ListeningTo
*/
#Channel img {
    height: 18px;
}


/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
** CLASS ListeningControl, CommentatingControl
*/
section.ListeningControl, section.CommentatingControl {
    display: none;
}
section.ListeningControlOn, section.CommentatingControlOn {
    display: block;
    width: 50vw;
    text-align: center;
}
.ListeningControlOn button img, .CommentatingControlOn button img {
    height: 20vw;
    width: 20vw;
    padding: 1vw;
}
.ListeningControlOn button, .CommentatingControlOn button {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border: none;
}
.ListeningControlOn button:visited, .CommentatingControlOn button:visited {
    border: none;
}
.ListeningControlOn button:hover, .CommentatingControlOn button:hover {
    border: none;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
** ELEMENT BottomLine and subelements
*/
#BottomLine {
    position: absolute;
    top: 80.5vw;
    display: table;
    height: 11vw;
    width: 50vw;
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    border-top: 8px solid black;
    background-color: #ffffff;
    line-height: 1;
}
#BottomLine button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: none;
    margin: 0px;
    padding: 0px;
    padding-top: 0.5vw;
    background-color: white;
    font-weight: bold;
    width: 9.9vw;
}
#BottomLine button img {
    width: 9vw;
    height: 10vw;
    color: white;
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **
** CLASS ListeningControl, CommentatingControl
*/
.Info {
    display: inline-block;
    width: 30vw;
    margin-left: 40px;
    vertical-align: top;
}

span.SectionState {
    display: block;
    margin-bottom: 17px;
}