body {
	margin-top: -0.1cm;
	background-color: #D5D5ED; /* 213, 213, 237 */
	color: black;
	font-size: 14pt;
}

svg {
	display: none;
}

p {
	margin-top: 3mm;
	margin-bottom: 2mm;
}

input, button {
	color: black;
	border: 0;
	vertical-align: middle;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 14pt;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none !important;
}

input[type="range"] {
	margin: 5pt 0 8.5pt 0;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 1.5pt solid #7474AE;
	height: 24px;
	width: 12pt;
	border-radius: 3pt;
	cursor: pointer;
	margin-top: -7.5pt;
	background-color: #A7a7CE; /* 167, 167, 206 */
	background-image: url('/images/input.png');
	background-size: 1px 18pt;
	background-repeat: repeat-x;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 1.5pt;
	cursor: pointer;
	background: #7474AE;
}

input[type="checkbox"], input[type="radio"] {
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	background-color: #A7a7CE; /* 167, 167, 206 */
	background-image: url('/images/input.png');
	background-size: 1px 18px;
	background-repeat: repeat-x;
	border: 1.5pt solid #7474AE; /* 116, 116, 174 */
}

input[type="radio"] {
	border-radius: 6pt;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
	width: 18px;
	height: 18px;
	background: #7474AE; /* 167, 167, 206 */
}

input[type="checkbox"]:checked+label {
	text-decoration: line-through;
}

input[type="text"], input[type="password"], input[type="number"], input[type="datetime"] {
	background-color: #A7a7CE; /* 167, 167, 206 */
	font-style: normal;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	height: 24px;
	background-image: url('/images/input.png');
	background-size: 1px 24px;
	background-repeat: repeat-x;
	vertical-align: middle
}

input[type="number"] {
	width: 35pt;
}


input[type="number"].price {
	width: 25pt;
}

input.price.currency {
	width: 45pt;
}

textarea {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12pt;
	-webkit-appearance: none;
	border-radius: 0;
	font-style: normal;
	background-color: #D5D5ED;
	background-image: url('/images/legend.png');
	background-repeat: repeat-x;
	vertical-align: text-top;
	border: 1.5pt solid #7474AE; /* 116, 116, 174 */
	outline: none !important;
}

select {
	font-size: 14pt;
	font-style: normal;
	font-weight: normal !important;
	border-color: #7474AE;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	color: black;
	height: 24px;
	background-color: #A7a7CE; /* 167, 167, 206 */
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
	background-image: url('/images/input.png');
	background-size: 1px 18pt;
	background-repeat: repeat-x;
	outline: none !important;
}

input[type="submit"], input[type="reset"], button {
	background-color: #A7a7CE; /* 167, 167, 206 */
	background-image: url('/images/input.png');
	background-size: 1px 100%;
	font-weight: normal !important;
	border: 1.5pt solid #7474AE; /* 116, 116, 174 */
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
}

.number, .currency {
	text-align: right;
	-wap-input-format: "*N";
	-wap-input-required: true;
}

.right {
	float: right;
}

td.right {
	text-align: right;
	float: none;
}

.center {
	text-align: center;
}

fieldset {
	border: 1.5pt solid #7474AE; /* 116, 116, 174 */
	margin-top: 1mm;
	padding-left: 1mm;
	padding-right: 1mm;
	padding-top: 0;
	padding-bottom: 0;
}

table, tbody, thead, tfoot, colgroup {
	border: 1pt solid #7474AE;
	border: collapse;
}

tr:nth-child(even) {
	background-color: #bcbcdd;
}

table {
	margin-bottom: 1mm;
}

th {
	background: url('/images/input.png');
	background-size: 1px 18pt;
	background-repeat: repeat-x;
	background-color: #A7a7CE; /* 167, 167, 206 */
}

legend {
	/* border-left: 2pt solid #7474AE;
	border-right: 2pt solid #7474AE; */
	background-color: #D5D5ED;
	background-image: url('/images/legend.png');
	background-repeat: repeat-x;
	margin: 0;
	font-size: 15pt;
	font-weight: normal;
	padding-left: 5pt;
	padding-top: 2pt;
	padding-right: 10pt;
	width: 4.5cm;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

p.menu {
	background-color: #7474AE;
	width: 100%;
	margin-left: -5mm;
	margin-right: -5mm;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6pt;
	padding-bottom: 3pt;
	padding-left: 8mm;
	font-weight: bold;
	border-bottom: 3pt solid white;
	font-family: Helvetica, Arial;
	color: white;
	font-size: 15pt;
	clear: left;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #666666;
}

p.menu a:link {
	color: white;
	text-decoration: none;
}

p.menu a:visited {
	color: white;
	text-decoration: none;
}

p.menu a:hover {
	color: black;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}

.nobreak {
	white-space: nowrap;
}

ul {
	list-style-type: disc;
	padding-left: 5mm;
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	clear: both;
	color: #7474AE;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15pt;
}

h2 {
	clear: both;
	color: #7474AE;
	padding-top: 1mm;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: -3mm;
	font-size: 13pt;
}

.hide-visually, .star-rating>input, .updown-rating>input {
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
	clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
	clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
	white-space: nowrap;
	/* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield; /* Firefox */
}

fieldset.star-rating, fieldset.updown-rating {
	border: none;
	padding: 0;
	margin: 0;
}

.star-rating, .updown-rating {
	font-size: 22px;
	display: inline-block;
}

.star-rating:focus-within, .updown-rating:focus-within {
	outline: 3px solid #add8e6;
}

.star-rating label, .updown-rating label {
	cursor: pointer;
	line-height: 1em;
	text-align: center;
}

.star-rating label .star, .updown-rating label .thumb {
	height: 24px;
	width: 24px;
	display: inline-block;
}

span.star.filled, span.star.empty {
	height: 22px;
	width: 22px;
}

.star-rating>label, .updown-rating>label, span.star.filled, span.star.empty {
	-webkit-text-stroke: 1.5pt #7474AE; /* 116, 116, 174 */
	-moz-text-stroke: 1.5pt #7474AE; /* 116, 116, 174 */
}

.star-rating input:checked ~label>span.star, .star-rating>label:hover ~input ~label>span.star, span.star.empty {
	color: #fff;
}

.star-rating span.star, .star-rating:hover>input+label>span.star, .star-rating>input:checked+label>span.star,
	.star-rating>input ~label:hover>span.star, span.star.filled {
	color: gold;
}

span.thumb {
	text-transform: text; /* proposed */
	font-variant-emoji: text; /* proposed */
	font-variant-color: monochrome; /* proposed */
	font-color: monochrome; /* proposed */
	font-palette: dark; /* drafted for CSS Fonts Level 4 */
}

.star-rating>input ~label:hover>span.star {
	color: orange;
}

.updown-rating>input+label:hover>span.like, .updown-rating>input:checked+label>span.like, span.like.green {
	color: green;
	-webkit-filter: url(#green);
	filter: url(#green);
}

.updown-rating>input+label:hover>span.dislike, .updown-rating>input:checked+label>span.dislike, span.dislike.red {
	color: red;
	-webkit-filter: url(#red);
	filter: url(#red);
}