
	body, td {
	    overflow		: normal;
		background-color: transparent;
		padding-right	: 15px;
		font-family		: open-sans-condensed, arial, serif;
		font-size		: 17px;
		line-height		: 167%;
	}	    

	li {
		list-style		: square outside;
		margin-left		: -25px;
	}
	
	::-webkit-scrollbar-track
	{
		border-radius	: 0px;
		background-color: #FCFBFD;
	}
	
	::-webkit-scrollbar
	{
		width			: 10px;
		background-color: #FCFBFD;
	}
	
	::-webkit-scrollbar-thumb
	{
		border-radius	: 0px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #800080;
	}

	input, select, textarea, option {
	    width			: 100%;
	    padding			: 5px;
	    padding-left	: 10px;
	    border			: 1px solid #D6C8DB;
		background-color: #FCFBFD;
		outline			: none;
		font-family		: open-sans-condensed, arial, serif;
		font-size		: 16px;
		color			: #800080;
		line-height		: 167%;
		text-align		: left;
		vertical-align	: middle;
	}

	input:focus,textarea:focus {
		background-color: #F0EDF1;
	}
	
	input:hover,textarea:hover {
		background-color: #F0EDF1;
	}
	
	input.Knop {
		background-color: #F3F3F3;
		border			: solid 1px #D6C8DB;
		color			: #800080;
		font-size		: 17px;
		font-family		: open-sans-condensed, arial, serif;
		padding			: 0px;
		text-align		: center;
		height			: 40px;
	}
	
	input.Knop:hover {
		background-color: #E9E9E9;
		border			: solid 1px #D6C8DB;
		cursor			: pointer;
	}

	A:link {
		text-decoration	: none;
		color			: #800080;
	}
	A:visited {
		text-decoration	: none;
		color			: #800080;
	}
	A:hover {
		text-decoration	: underline;
		color			: #9775A4;
	}
	
	.value-button {
		line-height		: 167%;
	  	display			: none;
	    height			: 34px;
	    width			: 38px;
	    padding-top		: 4px;
		background-color: #D6C8DB;
		outline			: none;
		font-family		: bebas-neue, arial, serif;
		font-size		: 20px;
		color			: #ffffff;
	    text-align		: center;
	    vertical-align	: middle;
	  	-webkit-touch-callout: none;
	  	-webkit-user-select: none;
	  	-khtml-user-select: none;
	  	-moz-user-select: none;
	  	-ms-user-select	: none;
	  	user-select		: none;
	}
	
	.PrijsVeld {
		display			: none;
	}

	@media (min-width: 360px) {	
		.value-button {
		display			: inline-block;
		}
		.PrijsVeld {
		display			: table-cell;
		}
	}
	
	@media (max-width: 359px) {
		.FullWidthOnPhone {
		width			: 100%;
		}
		.FullWidthOnPhone2 {
		width			: 8%;
		margin	: 0px;
		padding	: 0px
		}
	}

	.value-button:hover {
		cursor			: pointer;
		background-color: #800080;
	}

	.Icon {
		cursor			: pointer;
		width			: 38px;
		height			: 38px;
	}
	
	input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
	    -webkit-appearance: none;
	    margin: 0;
	}
	
	.defaultOutput
	{
	    height			: 30px;
	    padding-left	: 3px;
	    border			: 1px solid #D6C8DB;
		background-color: #FCFBFD;
		outline			: none;
		font-family		: open-sans-condensed, arial, serif;
		font-size		: 17px;
		color			: #800080;
		line-height		: 117%;
		vertical-align	: middle;
		text-decoration	: none;
		margin-left		: 1px;
	}