*
{
	margin: 0;
	padding: 0;
}

a
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body
{
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-family: Helvetica;
	-webkit-perspective: 800;
	-webkit-transform-style: preserve-3d;
}

input
{
	-webkit-user-select: auto;
}

body > *
{
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	width: 100%;
}


#copied
{
	display: none;
}


#waiting
{
	margin-left:		auto;
	margin-right:		auto;

	width:			16px;
	height:			25px;

	background-image:	url('waiting.gif');
	background-repeat:	no-repeat;
	background-position:	center center;
}

.box
{
	text-align:	center;
}

#error
{
	color:		red;
}

#refresh
{
	display:	none;
}

.whiteButton
{
	margin:	10px;
}

#pcDisplay
{
	margin-top:	10px;
	margin-bottom:	10px;
}

#postcode
{
	color: black;
}



