/** css rules specific to Golf MatchPlay Scorer application. */

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}
body {
  padding: 10px;
}


/* hole information fields */
.numericRightJustifiedCell {
  text-align: right;
/*  width:8em; */
}

/* player name row */
.centeredtextRow {
  text-align: center;
}
