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



 
 html{

 }
 
 html, body{
 	padding-top:0px;
 	 margin: 0 0 0 0;
	font-family:sans-serif;
 }
/** Example rules used by the template application (remove for your app) */


.divheader{
	
 text-align: center;
  background-color: #BB0000;
	font-size: 24px;
  font-weight: bold;
	height:65px;
	margin: 0 0 0 0;
	padding:0;
	width:100%;
	 display: block; 
 padding-top:15px;
  border: solid 1px gray;
  
}

.content{
	width:800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	position:float;
	padding-top:0px;

}
.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;
}

.error{
	color:red;
	background-color: #DDDDDD;
	width: 150px;
}
.ok{
	color:black;
	background-color: white;
	width: 150px;
}
.result{
	color:black;
	font-weight:bold;
	background-color: white;
	width: 150px;
}

.subtitle{
	
	padding-top:15px;
	padding-bottom:15px;

	font-weight:bold;
	font-size:24px;
	
}

.calctable{
	width:750px;
	text-align:center;
	border: solid 1px gray;
	margin-top:10px;
	padding-bottom:30px;
	
padding-right:30px;
	
}

.sm{
	color: #AAAAAA;
	
}

.privacy{
	margin-top:50px;
	margin-left:100px;
	margin-right:100px;
}

.footer{
	margin-top:45px;
	border-top:solid 1px gray;
	width:100%;
	text-align: center;
}
.otherlang{
	margin-top:45px;
	width:100%;
	text-align: center;

}

.data1, .data2, .data3, .data4, .data5, .data6 {
	width:120px;
	text-align: center;
}

.data5{
	width:80px;
	text-align: center;
	xpadding-right:10px;
	
}
.data6{
	width:120px;
	text-align: right;
	padding-right:10px;
	
}
.formula{
	font-size:18px;
	font-weight:bold;
	color:#0000AA;
}
