div#ah-panel {
    background: #e7e7e7;
    display: none;
    width: 200px;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 999;
}

button#ah-toggle-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    background: red;
    border: 0;
    font-size: 25px;
		z-index: 999;

}