@media all /* HTML RESET */
{
	.wizard-nav {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
	
	.wizard-nav button.btn {
		font-weight: bold;
	}


	.categoryLevel1{
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 12px;
	}

	.categoryLevel2 {
		margin-left: 50px;
		margin-top: 7px;
	}
	.categoryLevel2 label {font-weight: normal;	}
	
	.agreement {
		background-color: #FFFFFF;
		border: 1px solid #DBDBDB;
/* 		max-height: 400px;
		overflow: auto; */
		padding: 10px;
		text-align: center;
	}
	
	.w-100{ width: 100%; }

	.amount-container {
		position: relative;
		display: inline-block;
		padding-right: 29px;
		width: 100%;
	}
	.amount-container:after {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		content: '\20AC';
		border: 1px solid #cccccc;
		border-radius: 0 4px 4px 0;
		display: inline-block;
		text-align: center;
	}
	.amount-container.bg-white:after {
		background: #fff;
	}
	.amount-container input { border:1px solid #cccccc; }
}