#ChannelPage {
 
  position: absolute;
  z-index: 9;
  right:0px;
  top:10%;
  width:150px;
  background-color: #151720;
  border: 1px solid #212529;
  text-align: center;
  padding: 5px;
  line-height: 0.8;
  border-radius: 0.25rem;
}

.txt{
	font-size: 0.75rem;
	color:#94ae42;
	white-space: nowrap;
	line-height: 0;
	height: 1rem;
	padding-top:10px;
	text-align: left;
}

.Channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  width:64px;
  background-image: url(../assets/img/ChannelZ.png);
  background-color: #212529;
  border-radius: 0.25rem;
  margin-top:5px;
}

.Channel-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #222;
  text-align: center;
  white-space: nowrap;
   width:64px;
  background-image: url(../assets/img/ChannelF.png);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

#ChannelPageHeader {
  padding: 5px;
  z-index: 10;
  background-color: #151720;
  color: #fff;
}