/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
body, table td, select {
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: large;
}

h2 {
  font-size: 18pt;
  text-align: center;
}

.mainPanel {
  font-weight: bold;
  font-size: 120%;
  font-color: red;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
  color: #000090;
}

.gwt-MenuItem {
  padding: 0px 10px;
  vertical-align: bottom;
  font-size: 11pt;
}

.menuStyle {
  vertical-align: bottom;
  background: lightblue;
  font-size: 16pt;
  padding: 3px;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
