.switcher-area {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
}
.switcher-area:hover {
    opacity: 1 !important;
}
.switcher-area .switched-options {
    position: relative;
    width: 230px;
    text-align: left;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.switcher-area .config-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 3px double #bbb;
    margin-bottom: 15px;
}

.switcher-area .switch-button {
    opacity: 1 !important;
    background: #FFF;
    text-align: center;
    font-size: 24px;
    color: #000 !important;
    position: absolute;
    overflow: hidden;
    left: -42px;
    top: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 2px 1px 4px grey;
    width: 42px;
    line-height: 42px;
    height: 42px;
    bottom: 0;
    margin: auto;
}
.switcher-area .switch-button:hover {
    color: #32c5d2;
    cursor: pointer;
}