/* DivTable.com */
.header{
width: 98%;
font-size: 95%;
background: transparent url(//upload.wikimedia.org/wikipedia/commons/e/e1/Wikisource-logo-sfondo.png) no-repeat scroll 0 0;
background-repeat: no-repeat;
background-position: -80px -20px;
border: 1px solid #C2DFFF;
margin: 0 auto;
margin-bottom: 5px;
min-height: 90px;
box-shadow: 0 0 .3em #999;
border-radius: .4em;
}
.bg_logo{
float:left;
width:20%;
}
.tc-header-t{
float:left;
width:55%;
}
.tc-header-p{
float:right;
background-color: transparent;
text-align: center;
width: 20%;
padding: 5px;
}
.tc-col-t{
float:left;
width:60%;
}
.tc-col-p{
float:right;
width:40%;
}
@media screen and (max-width: 720px) {
.tc-col-t {
float:none;
width:100%;
margin:0 auto;
}
.tc-col-p {
float:none;
width:100%;
margin:0 auto;
}
.superfluo {
display:none;
}
body.skin-minerva .tc-header-t,
body.skin-minerva .tc-header-p {
text-align: center;
width: 100%;
float: none;
}
}