#menuPanel {
    position: absolute;
    width: 16vw;
    bottom: 1vh;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    max-height: 90vh;
    overflow: scroll;
}

#cpMenuIcon {
    position: absolute;
    height: 3vh;
    width: 3vh;
    top: calc(50% - 1.5vh);
    left: -5vh;
    cursor: pointer;
}

#menuPanel .arrowIcon {
    position: absolute;
    height: 2vh;
    width: 2vh;
    top: 0.5vh;
    right: 0;
}

.menuItem {
    position: relative;
    width: 100%;
}

.menuHeader {
    width: 100%;
    height: 4vh;
    cursor: pointer;
}

.menuHeaderText {
    height: 4vh;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-left: 5vh;
    padding-top: 1vh;
}

.menuHeaderIcon {
    height: 3vh;
    width: 3vh;
    float: left;
}

.menuHeader2 {
    position: relative;
    width: calc(100% - 4vh);
    border-radius: 3px;
    background: #4C4C4F;
    opacity: 0.7;
    height: 3vh;
    font-size: 1.2vh;
    padding: 0.5vh;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-left: 2vh;
    margin-right: 2vh;
    margin-top: 1vh;
    cursor: pointer;
}

.menuPanel2 {
    width: 100%;
    overflow: auto;
    padding-left: 2vh;
    padding-right: 2vh;
}

.menuChoice2 {
    height: 3vh;
    width: 100%;
    cursor: pointer;
    float: Left;
    border-radius: 3vh;
    background: #484848;
    margin: 0.5vh;
}

.menuBtn {
    background: #FF4F5E;
    height: 3vh;
    width: 50%;
    border-radius: 3vh;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    cursor: pointer;
    float: left;
}

.telePromptBtn {
    background: #FF4F5E;
    height: 3vh;
    width: 50%;
    border-radius: 3vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
    cursor: pointer;
}

.presenterAdminImageDiv {
    width: 20%;
    float: left;
}

.presenterAdminImageDiv .profileImage {
    width: 100%;
}

.acceptImage, .rejectImage {
    width: 50%;
    background: #FF4F5E;
    float: left;
    height: 3vh;
    cursor: pointer;
    border-radius: 3vh;
}

.presenterAdminImageDiv .reasonRejectInput {
    width: 100%;
    padding: 1vh;
}

#menuPanel .title, #display .title {
    width: 100%;
    height: 4vh;
    font-size: 2vh;
    text-align: center;
    overflow: auto;
}

#playerPanel .title {
    width: 100%;
    height: 2vh;
    font-size: 1.9vh;
    text-align: center;
    overflow: auto;
}

#menuPanel #languageSelect, #menuPanel .searchTextInput, #menuPanel #period {
    width: 100%;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
}

#languagesAvailable, #languagesEnabled{
    width: 50%;
    height: 100%;
    float: left;
    padding: 0.5vh;
}

#presenterNotesInput {
    width: 100%;
    height: 10%;
}