


  /*\------------------\*-*-*/
 /***\ -  S T Y L E  -  \* */
/*-*-*\------------------\*/ 

#feedback{
  display:  block;
  width:    34px;  
  text-align: center; 
}

.centerme{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.progbox{
  border:  2px solid skyblue;
  background-color: #2196F3; */
  top: 10px;
  left: 20%;
  width: 60% ;
  border-radius:  22px 22px 22px 22px;}
.progbox:focus { outline: 0; }

.progbar{
  height: 34px;
  background-color: blue;
}
.dragframe{  
    /* 
    !! Adjust BoxOffset in the KBSlider.js if border changes 
    */ 
  /*border: 1px solid skyblue ; */
  padding: 3px; 
  text-align: center;  
  height: 28px ;
  border-radius:  4px 4px 4px 4px;
  min-width:  30px; 
  background-color: rgba(0, 0, 128, 1) ;
  background: url("Loud.png");    
  background-size: cover;
  border-radius:  22px 22px 22px 22px;}
.dragbtn{
  display: inline;
  padding: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 0.8em;
    display: none}

.hidden{display: none; }
.fbDump{display: none; }

  /*\------------------\*-*-*/
 /***\  -  FUNCTION  -  \* */
/*-*-*\------------------\*/

.progbox{
  position: relative;
  display: inline-block;
  z-index: 7;
  overflow: hidden;
}
.progbar{
  position: relative;
  top: 0;
  left: 0;
  z-index: 8; 
}
.dragframe{
  position: absolute; 
  z-index: 10 ; 
  overflow: hidden;
}
.dragbtn{
  z-index: 9;
}
.faded{
  opacity: 0.7 ;
}
