div.iagree {
	font-size: 0.7rem;
}

div.iagree > div {
	display: flex;
	align-items: flex-start;
	margin: 0.2rem 0 0.2rem 0.2rem;
}

div.iagree > div label {
	margin: 0.1rem 0 0 0;
}

div.eula {
	font-size: 0.7rem;;
}

div.feula {
	font-size: 0.7rem;;
}

div.feula div.contract {
	font-weight: normal;
	text-align: left;
}

div.eula div.contract {
	max-width: 98%;
	height: 250px;
	overflow-y: scroll;

	font-weight: normal;
	text-align: left;
	border: 1px solid #CCCCCC;
}

div.contract h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

div.contract div.contrbody div {
	text-indent: 20px;
}

