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


/** Own defined CSS Rules used by application. */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.gwt-button {
	/**background:transparent*/
	border:1px outset #CCCCCC;
    cursor:pointer;
    font-size:small;
    margin:1pt;
    padding:0px 0px;
    text-decoration:none;
}

.draggedMap {
	cursor:move;
}

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

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}
