@import url(https://fonts.googleapis.com/css?family=Arsenal);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);
body {
    background-color: #000;
}

#side_bar {
    position: fixed;
    bottom: 30%;
    right: 2%;
    transition: all ease 400ms;
    transform: translateY(0);
    z-index: 9999;
    display: block;
}

#side_bar .liststyle {
    height: 30px;
    cursor: pointer;
}

#side_bar .listtext {
    font-size: 13px;
    font-family:"Arsenal","Alegreya Sans","Titillium Web","sans-serif","微軟正黑體","Microsoft JhengHei";
    float: left;
    display: none;
    
}

#side_bar .listicon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 0px 30px 10px;
    
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

#side_bar .listicon:hover {
    background: #ff6400;
    height: 20px;
}

@media screen and (max-width: 960px) {
    #side_bar {
        display: none;
    }
}




#rgbappbar {
    cursor: pointer;
}

#rgbappdisbar {
    cursor: pointer;
    display: none;
}


