/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

.my-button {
  border: 1px solid white !important;
  padding: 20px 35px !important;
  margin: 2px !important;
  text-align: center;
  text-decoration: none;
  font-size: 20px !important;
  /* disable double-click zoom for mobile
     https://gist.github.com/andrewvaughan/8f6f892bdbc7d5d973879ed909a4aa1e */
  touch-action: manipulation;
}
