h1 { color: #111; font-family: 'Helvetica Neue', sans-serif; font-size: 32px; font-weight: bold; letter-spacing: -1px; line-height: 1;  }


h2 { color: #111; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 300; line-height: 32px; margin: 0 0 72px;  }


a, div, p, th, td {  font-family: 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 24px; margin: 0 0 24px; text-align: justify; text-justify: inter-word; vertical-align:top}


table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th {
  background-color: #4CAF50;
  color: white;
}

table, th, td {
	  border: 1px solid #ddd;
	}
	
	th, td {
  padding: 2px;
  text-align: left;
}

div.dialog  {
  width: 550px;
  height: 412px;
  position:fixed; 
  visibility: hidden;
  top: 50%;
  left: 50%;
  margin-top: -206px; /* Negative half of height. */
  margin-left: -275px; /* Negative half of width. */
  background-color: white;
}

.boxshadow 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}
.roundbox
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.dialog h1 {
	color: green;
}

