/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 janv. 2015, 23:26:51
    Author     : Alexandre
*/

#custom-controller{position:absolute; left:0;
              /*     width:calc(100% - 51px)!important;
                   width: -webkit-calc(100% - 51px)!important; 
                   
                   width: -moz-calc(100%-51px)!important; */
                   
                   top: 0px;
}
html >div >div:nth-child(6) img{display:none!important;}


html div{  
    z-index:5000!important;
    
}
#custom-controller{z-index:6000!important;position:absolute; left:0;
              /*     width:calc(100% - 51px)!important;
                   width: -webkit-calc(100% - 51px)!important; 
                   
                   width: -moz-calc(100%-51px)!important; */
                   
                   top: 0px;
}



button{opacity:0.5;}
button:hover{cursor:pointer;opacity:1;}


