.switch-version {
    position: fixed;
    right: 0;
    /*! width: 200px; */
    background: #fff;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.switch-version a:first-child>.switch-to {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.switch-version a:last-child>.switch-to {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.switch-to {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('/vendor/images/twitter.png');
}

.switch-to.active {
    background-color: rgba(0,0,0,.15)
}

.switch-to.mdb-jquery {
    background-position: 0 -40px
}

.switch-to.mdb-angular {
    background-position: 0 0
}

.switch-to.mdb-vue {
    background-position: 0 -80px
}

.switch-to.mdb-react {
    background-position: 0 -120px
}
