@CHARSET "UTF-8";

body {
	background-color: white;
	direction: ltr;
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	so-language: it-IT;
	font-weight: normal;
}

table.input {
	width: 900px;
	border-collapse: collapse;
	border: 0px solid black;
}

th.input, td.input {
	padding: 7px;
	border: 0px solid black;
}

th.name, td.name {
	width: 18%;
}

th.value, td.value {
	width: 32%;
}

input[type="text"] {
	width: 100%; 
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

p.result {
	width: 900px;
	font-weight: bolder;
	color: blue;
	font-size: 18px;
}

img.result {
	float: left;
	margin: 10px;
}
