body {
  background-color: #000;
}

#choosebar {
  position: fixed;
  bottom: 30%;
  right: 2%;
  transition: all ease 400ms;
  transform: translateY(0);
  z-index: 9999;
  display: block;
}

#choosebar .liststyle {
  height: 30px;
  cursor: pointer;
}

#choosebar .listtext {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
  float: left;
  display: none;
  /*margin-top:2%;*/
}

#choosebar .listicon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0px 0px 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 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;
}

#choosebar .listicon:hover {
  background: #ff6400;
  height: 20px;
}

@media screen and (max-width: 960px) {
  #choosebar {
    display: none;
  }
}

#rgbappbar {
  cursor: pointer;
}

#rgbappdisbar {
  cursor: pointer;
  display: none;
}