h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 15px 0px 15px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

#closeButton {
  margin: 15px 6px 6px;
}

.logArea {
  font-family: monospace !important;
  /*white-space: nowrap;*/
  white-space: pre;
}

img {
  border: 1;
  vertical-align: text-bottom;
}

.gwt-HTML { font-size: 15px; }

.logArea2 {
  border: 1px solid black;
  overflow:auto;
  font-family: monospace !important;
  white-space: nowrap;
  white-space: pre;
  font-size: medium;
  font-size: 15px;
  wrap: off;
}

a {
  color: black;
  text-decoration : none;
}

.buttonscontainer {width: 9em;}

.buttons a {color: #407AB6;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #407AB6;
color: #FFFFFF;
text-decoration: none;}
