.tab-mode-selector {
   display: inline-block;
   position: relative;
   height: 20px;
   cursor: pointer;
   font-family: "FapespSemibold";
   font-size: 18px;
}

.tab-mode-selector:hover {
    color: #808080;
}

.tab-mode-selector:first-child {
}

.tab-mode-selector img {
   display: none;
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -6px;
   margin-top: 4px;
}

.tab-mode-container .tab-mode-selected img {
   display: inline;
}