@CHARSET "UTF-8";
body {
  /* Disables pull-to-refresh and overscroll glow effect.
     Still keeps swipe navigations. */
  overscroll-behavior-y: none;
  overflow: hidden;

}
.gwt-SuggestBoxPopup{
  border  :    1px solid gray !important; 
  background: white !important;
}
.gwt-SuggestBoxPopup .item {
    background: white !important;
}
.gwt-SuggestBoxPopup .item-selected {
    background: lightgray !important;
}
.TabButton{
	border-radius: 4px;
	background: no-repeat;
	background-position: center center;
	border-width: thin;
}
.TileButton{
	background: no-repeat;
	background-position: center center;
}
.MyAnchor{
	text-decoration:none;
	}