

@media only screen and (max-width: 600px) {
    .settings.anchor {
        background: rgb(0,116,255);
        background: linear-gradient(180deg, rgba(0,116,255,1) 0%, rgba(0,215,255,0.96) 80%, rgba(0,215,255,0.92) 100%);
    }
    /*.settings.headbuttons {*/
    /*    background: rgb(0,116,255);*/
    /*    background: linear-gradient(180deg, rgba(0,116,255,1) 0%, rgba(0,215,255,0.96) 80%, rgba(0,215,255,0.92) 100%);*/
    /*}*/
    
    .edit_ticker .slider span {
        font-size:18px;
        line-height:23px;
    }
    
    .setting {
        font-size:1.1em;
        padding:0px 70px 6px 20px;
    }
    
    .setting:before {
        content: "";
        position: absolute;
        right: 20px;
        top:6px;
        width: 36px;
        height: 34px;
    }
    
    .setting .subtext:after {
        /*content: "";*/
        /*position: absolute;*/
        /*bottom: 0px;*/
        /*left: 0px;*/
        height: 1px;
        /*width: 100%;*/
        bottom: 0px;
        /*background: rgb(9,9,121);*/
        /*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 92%, rgba(255,255,255,0) 100%);*/
    }
}