/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */

body {
	margin:opx;
	padding:0px;
	background-color: white;
	background: white;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.edizioneIndagine {
  font-family: verdana;
  font-size: 12pt;
  font-weight:  normal;
  color: #FFFFFF;
}

.utente {
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
}

.provinciaComune {
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: italic;
}

.infofam1 {
  font-family: verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #191970;
  text-decoration: italic;
}

.infofam2 {
  font-family: verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #191970;
  text-decoration: italic;
}

.infofam3 {
  font-family: verdana;
  font-size: 8pt;
  color: #191970;
  text-decoration: italic;
}

.infofam3Black {
  font-family: verdana;
  font-size: 8pt;
  color: black;
  text-decoration: italic;
}

.infoesito {
  font-family: verdana;
  font-size: 8pt;
  color: #090970;
}

.sbarrato { text-decoration: line-through; color:gray; }

.clickable { 
  font-family: verdana;
  font-size: 8pt;
  color: black;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** 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;
}

#monitoraggio_root {
	margin:opx;
	padding:0px;
	background-color:white;
	background:white;
	text-align:center;
}
