/* costofemigrating.css
 *
 *
 */
 
 p {
 	margin-top:		0px;
 	margin-bottom:	0px;
 }
 
 h4 {
 	font-size:		90%;
 	margin-top:		20px;
 	margin-bottom:	0px;
 }

table {
	background:		#ddd;
	margin-left:	2%;
}

tr {
}

/*
tr.commentrow {

}

tr.buttonrow {
	background:		red;
	margin:	100px;
}
*/

td {
	padding-top:	0px;
	padding-bottom:	0px;
	/*background:		#888;*/
}

input {
	/*margin:	10px;*/
}

input.name {
	text-align:		centre;
}

input.entry {
	text-align:		right;
	padding-right:	3px;
	/* force a gap between this row and the next */
	margin-bottom:	20px; 
}

input.answer {
	text-align:		right;
	background:		#FFFBC6;
}

input.labelentry {
	text-align: left;
}

input.number {
	/* background: #aa8888; */
	text-align: centre;
	width: 60px;
}

.glowbutton {
	color: black;
}

.headerrow {
	/* background: #999999; */
	font-weight: bold;
	text-align: center;
}

.centerlabel {
	text-align:		center;
	padding-left:	10px;
	padding-right:	10px;
}

.centerbutton {
	text-align:		center;
	padding-left:	0px;
	padding-right:	0px;
}

.subheaderrow {
	background:		#bbbbbb;
}

.subheaderrowlabel {
	/*background:	#bbbbbb;*/
	font-weight:	bold;
	text-align:		left;
}

.indentedblock {
	margin-left:	5%;
}

.calculatorform {
	/*background: #ccc;*/
	/* width: 70%; */
	/*width: 700px;*/
	/*margin-right: 20%;*/
	/*margin-left: 20%;*/
}