// --------------------------------------------------
// Console
// --------------------------------------------------
.con-i
{
  font-size: 2.2em !important;
  
}

.dnone
  {
  display:none;
  }
// --------------------------------------------------
.float-holder
// --------------------------------------------------
  { 
  position: fixed;   
  display:none;
  z-index: 1000;
  }

.con-holder
  {
    position:fixed;
    top:40px;
    width:95%;
    display:none;
    z-index: 99999999;
  }

.console-window
  {
  position:fixed;    
  height:200px;    
  color: white; /* fallback color */
  color: rgba(255, 255, 255, 0.7);
  background: black; /* fallback color */
  background: rgba(0, 0, 0, 0.8);
  padding:5px;
  overflow: auto;
  }

.btn-con
  {
  width:30px;  
  float:left;
  }  


.btn-bar-drop-down 
  {
  width: auto !important;
  }

.btn-float 
  { 
  line-height:100%;
  cursor:pointer;
  color: white; /* fallback color */
  color: rgba(255, 255, 255, 0.7);
  background: black; /* fallback color */
  background: rgba(0, 0, 0, 0.1);
  }

.btn-float:hover 
  { 
  color: black; /* fallback color */
  color: rgba(0, 0, 0, 0.8);
  background: white; /* fallback color */
  background: rgba(255, 255, 255, 0.1);
  }
