* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	letter-spacing: 1.5px !important;
	  *
	-webkit-appearance: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:active, a:selected {
	border: none;
	outline: none;
}

html, body {
	font-family: "futurashlight";
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-weight: normal;
	font-style: normal;
}

input, textarea, select, option, type, name, value, hidden {
  font-family: "futurashlight";
}

p.dear {
	color: #c25454;
	font-size: 22px !important;
}

p.dear span {
	color: black !important;
}

p.ordernumber {
	font-weight: bold !important;
	text-align: right !important;
	text-transform: uppercase;
	margin: 15px 0 25px;
	padding: 10px 0 0;
	border-top: 1px solid #e3e3e3;
}

p.ordernumber span {
	color: #4343df !important;
}

img {
	border-width: 0px;
}

#wrapper {
	width: 90%;
	margin: 25px auto 0;
	padding: 25px 25px 75px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

#wrapper a.logo {
	display: block;
}

#wrapper img.logo {
	max-width: 70%;
}