:root {
	--font-regular: normal normal 16px/18px Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	--font-bold: normal bold 16px/18px Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	--line-height: normal;
	--font-size: 16px;
	--color-active-travelmode: green;

	--color-black: black;
	--color-gray-1: dimgray;
	--color-gray-2: gray;
	--color-gray-3: darkgray;
	--color-gray-4: silver;
	--color-gray-5: lightgray;
	--color-gray-6: gainsboro;
	--color-gray-7: whitesmoke;
	--color-white: white;

	--color-orange: #fc6d28;
	--color-red: #e13d3d;
	--color-green: #54cc5a;
}

.currency {
	width: 80px;
	text-align: right;
	float: right;
}

.currency.no-align {
	width: auto;
	text-align: initial;
	float: initial;
	display: inline-block;
}

.currency:before {
	content: '\20AC';
	float: left;
}

.currency.no-align:before {
	margin-right: 5px;
}

.currency.withdiscount:before {
	content: '\20AC\00A0-';
}

body.dollar .currency:before {
	content: '\0024';
}

body.dollar .currency.withdiscount:before {
	content: '\0024\00A0-';
}

body.pound.currency:before {
	content: '\00A3';
}

body.pound.currency.withdiscount:before {
	content: '\00A3\00A0-';
}
