@font-face {
	font-family: 'Noto Emoji';
	src: url('noto-emoji-variable.ttf');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 8px;
	background-color: #f7f7f7;
}

* {
	font-family: Calibri, Arial;
	font-size: 16px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

input[type="button"],
input[type="submit"],
.link-button {
	background-color: #f0f0f0;
}

.link-button, .link-button:visited, .link-button:hover {
	color: #000000 ! important;
}

input[type="button"]:hover:not([disabled]),
input[type="submit"]:hover:not([disabled]),
.link-button:hover {
	background-color: #cceefe;
}

input, .link-button {
	border: 1px solid #dddddd;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

input:hover:not([disabled]),
input:focus,
input:focus,
.link-button:hover {
	border: 1px solid #aaaaaa;
	text-decoration: none;
}

input, .link-button {
	padding: 4px 8px;
}

table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #dddddd;
}

th {
	font-weight: bold;
	text-align: left;
	background-color: #f1f1f1;
	text-wrap: nowrap;
}

td input[type="text"], td input[type="email"] {
	width: 90%;
}

input[type="checkbox"] {
	margin-left: 0px;
	margin-right: 0px;
}

input[type="checkbox"]:not([disabled]),
input[type="button"]:not([disabled]),
input[type="submit"]:not([disabled]) {
	cursor: pointer;
}

center, .top-border {
	padding-top: 32px;
	padding-bottom: 16px;
	margin-top: 16px;
	border-top: 1px solid #dddddd;
}

a, a:hover, a:visited {
	vertical-align: top;
	color: #00585d !important;
	text-decoration: none;
}

a.delete-link {
	vertical-align: middle;
	color: #cc0000 !important;
	line-height: 1.75em;
}

a:hover {
	text-decoration: underline;
	color: #1b1496 !important;
}

label {
	display: block;
	width: 100%;
}

#logo {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#header, #form, #footer, .big-button {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 32px auto;
	padding: 16px;
	background-color: #ffffff;

	-moz-box-shadow: 0px 2px 3px #e5e5e5;
	-webkit-box-shadow: 0px 2px 3px #e5e5e5;
	box-shadow: 0px 2px 3px #e5e5e5;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#header, #footer {
	text-align: center;
}

#UserForm {
	display: none;
	padding-top: 32px;
	border-top: 1px solid #dddddd;
}

#form div.section, .step {
	display: block;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

#tax-id {
	font-size: 32px;
	padding: 4px 8px;
}

#submit {
	font-size: 32px;
	padding: 4px 16px;
}

#tax-id-search, .emoji {
	font-size: 24px;
	font-family: 'Noto Emoji';
	width: 59px;
	height: 49px
}

#tax-id-search.loading {
	background-image: url("loading.gif");
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}

#add-user {
	margin: 8px 0px;
	width: auto;
}

.step {
	border-bottom: 1px solid #dddddd;
}

.step b, .step span, #login-link {
	font-size: 24px;
	line-height: 1.5em;
}

.small {
	font-size: 12px;
}

.center {
	text-align: center;
}

.no-margin {
	margin: 0px;
}

.highlight {
	background-color: #ffffaa;
}

.some-space {
	display: block;
	margin-bottom: 10px;
}

.big-button, .big-button * {
	font-size: 20px;
}

.big-button b {
	display: block;
	margin-bottom: 10px;
}

#account-services-buttons {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

#account-services-buttons input {
	width: 100%;
}

#account-services-buttons input[type="submit"] {
	width: 75%;
}

.borderless tr td {
	border: none;
}

.CaptchaCode {
	font-size: 32px;
}

#changes {
	width: 100%;
}