.edit{
	background-color:#ddd;
	border:1px solid red;
	color:red;
	padding:4px;
	margin:4px;
}

.footer_print{
	display:none;
}
.footer{
	padding-top:12px;
	font-size:0.8em;
	text-align:center;
	/*display:inline;*/
}

.headr{
	display:none;
}

.legend{
	margin:0em 0em 1em 0em;
	text-align:left;
	font-size: 0.8em;
	background-color: #ddd;
	padding: 3px;
	width:567px;
	border-style:solid;
	border-color: #ddd;
	border-width:0px 1px 1px 1px;
}

.info_right{
	float:right;
	padding:0px 0px 0px 0px;
}

.info{
	line-height:1.4em;
	border: 1px solid #aaa;
	padding:5px 30px 5px 30px;
	width:513px;
	margin:0em;
	text-align:left;
	
}

.intro{
	width:513px;
	margin:1em 0em 1em 0em;
	text-align:justify;
}

.title{
	text-align:center;
	width:573px;
	line-height:1.4em;
	font-weight:bold;
}

.map{
	text-align:center;
	padding-bottom:10px;
}

.title_img{
	--padding:15px 0px 0px 30px;
	margin:10px 32px 0px 32px;
	padding:10px 0px 5px 0px;
	--text-align:left;
	text-align:center;
	border-top:1px dotted #060810;
}

body{
	width:640px;
	margin:10px;
	font: 11pt Arial;
}

.teleavis-llista{
	width:auto;
	font:12pt Arial;
}

.logo{
	float:left;
}

img.logo {
	margin-right: 65px;
}

div.logo{
	margin-top:27px;
}

div.clear{
	clear:both;
	height:5px;
}

table.llista{
	font-size:10pt;
	width:auto;
}

table.llista thead tr{
	font-weight:bold;
	color: #000;
	text-transform:capitalize;
}

table.llista tr{
	background-color: #fff;
	color: #555;
	
}

table.llista td{
	border-bottom:1px solid #ddd;
	padding: 5px 10px;
}

table.llista tr.public{
	background-color: #ddd;
	color: #000;
}


@media only screen 
and (max-device-width: 670px), only screen 
and (max-width:670px) {
body{margin:5px 2%;width:96%}
img{max-width:100%;}
.title,.intro,.info,.legend{width:94%;padding:10px 3%;margin:0;border:0}
}

@media only screen 
and (max-device-width: 440px), only screen 
and (max-width:440px) {
.info div{float:none;}
.info div~br:first-of-type{display:none}
}