#feedback {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 0;
}


#feedback button.gwt-Button {
    padding: 6px 12px;
    background: white !important;
    color: #536ba5 !important;
    border-radius: 0px!important;
    font-size: 11px!important;
    color: #536ba5 !important;
    margin-bottom: 10px;
    
}

#feedback button.gwt-Button:hover {
	 opacity: 0.7;
}