Template:Sentiero/styles.css

.Sentiero{
	border:1px solid #ddddff;
	padding:7px;
	width:100%;
}
.Sentiero > tbody > tr:first-child, .Sentiero > tbody > tr:nth-child(2) > td:nth-child(1), .Numero_sentiero{
	background-color:#ddddff;
	color:#333;
	border-color:#ddddff;
}
.Sentiero > tbody > tr:first-child > td:first-child{
	padding:10px;
	text-align:center;
}
.Sentiero > tbody > tr:first-child > td:first-child div{
	font-size:120%
}
.Sentiero > tbody > tr:first-child > td:nth-child(2){
	width:20%;
	padding:10px;
	background-color:#ddddff;
	color:#333;
	vertical-align:middle;
	text-align:center;
}
.Sentiero > tbody > tr:first-child > td:nth-child(2) > table{
	margin:auto;
}
.Sentiero > tbody > tr:nth-child(2) > td:nth-child(1) > table{
	border:1px;
	background-color:#ddddff;
	color:#333;
	border-color:#ddddff;
	text-align:center;
	width:100%
}
.Numero_sentiero td{
	padding:10px;
	width:25%;
}
.Numero_sentiero td:nth-child(2){
	text-align:center;
	width:50%;
	font-weight:bold;
}
.Tappa_sentiero{
    vertical-align:top;
}
.Tappa_sentiero > table td:nth-child(2){
    text-align:right;
}