body .modeTab .modeButton {
text-transform: capitalize;
font-size: 15px;
}

.modeTab .modeButton:after {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    border-top: 3px solid;
    left: 0;
    bottom: 0;
    height: 0;
    transition: inherit;
    opacity: .1;
    color: #EC614B;
}
.emojis {height: 30px !important; top: -18px !important;}
.emojiContainer {width: 38px; height: 30px !important;}
.emojis img {height: 30px !important;}
body:not(.accessible) .emojis img:hover, .emojis img:focus {
	height: 30px !important;
	transform: scale(1.2);
}

.headerTitle a, .headerMention a, .headerSubtitle, body:not(.inapp) .modeTab .modeButton {
    color: #42526d !important;
    font-weight: bold;
}

.beamer_defaultBeamerSelector bottom-right beamer_beamerSelector{
   display: none !important;
}