@import (css) url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

div#demoSwitcher {
    float: left;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

div#demoSwitcherBtn {
    color: white;
    font-weight: 400;
    font-size: 10px;
    cursor: pointer;
    white-space: nowrap;
}

div#demoSwitcherList {
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    box-shadow: 0 0 10px grey;
    display: none;
    background-color: #FFFFFF;
}

div#demoSwitcherLabel {
    font-size: 13px;
    color: #111111;
    border-bottom: 1px solid #E1E1E1;
    padding: 8px 15px 8px 15px;
    font-weight: 400;
}

#demoSwitcherDemoType {
    font-weight: 600;
}

div#demoSwitcherLinks {
    line-height: 20px;
    text-align: left;
    padding: 5px 0;
}

div#demoSwitcherLinks a, div#demoSwitcherLinks a:hover {
    color: #0079AA;
    text-decoration: none;
}

div#demoSwitcherLinksOther > div {
    font-size: 13px;
    color: #0079AA;
    white-space: nowrap;
    padding: 5px 15px 5px 15px;
    border-bottom: 1px white solid;
}

div#demoSwitcherLinksOther > div:last-child {
    border: 0;
}

div#demoSwitcherLinksOther > div:hover {
    background-color: #F6F6F6;
}