#playerPanel{
	position: absolute;
	left: -10px;
    bottom: 0px;
    z-index: 1;
}

#playerPanel.inputDisabled {
    pointer-events: none;
    z-index: -1;
}