.nowrap{
  white-space: nowrap;
}
button{
  -webkit-appearance:none;
}
@font-face {
    font-family: 'league_gothicregular';
    src: url('/font/leaguegothic-regular-webfont.eot');
    src: url('/font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('/font/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
  font-size: 100%;
}
html, body{
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body{
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1,125em;
  min-height: 100%;
  background-color: #333;
}
body>header{
  top:0px;
  left:0px;
  min-height: 10%;
  width: 80%;
  position: relative;
  background-color: #333;
  padding: 0px 10%;
}
#loghi{  
  display: -ms-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox; 
  display: box;
  -ms-flex-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-align: center;
  -ms-box-align: center;
  box-align: center;
  width: 100%;
}
#loghi span{
   display:inline-block;
}
#loghi div{
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1; 
}
body>footer{
  min-height: 5%;
  margin: 0px auto;
  position: relative;
  background-color: #333;
  border-top: .08em solid #cc0000;
  padding: 2% 10%;
  color: #ffffff;
  font-size: .8125em;
  z-index: 1;
}
#lingue{
  font-family: 'league_gothicregular';
  color: #ffffff;
  font-size: .75em;
  padding-top: 1%;
  text-align: right;
  word-spacing: .3125em;
  position: relative;
  top: 0px;
  clear: both;
}
a, label{
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#aree{
  font-family: 'league_gothicregular';
  border-top: .187em solid #c00;
  background-color: #555;
  display: inline-block;
  position: relative;
  top: 0px;
  width: 80%;
  padding: 0px 10%;
  left: 0px;
  box-shadow: 0 1em .66em .33em #cbcbcb;
}
#aree ul, #aree ul li, #aree ul ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#aree li {
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  color: #333333;
  text-align: left;
  float: left;
  position: relative;
}

#aree a {
  color: #ffffff;
  margin-right: 2.5em;
  padding: .8125em .66em .1875em;
  display: block;
  text-decoration: none;
}
#aree a.active,#aree a:hover{
  border-bottom: .625em solid #cc0000;
}
article{
  background-color: #f4f4f4;
  display: inline-block;
  min-height: 65%;
  width: 80%;
  margin-bottom: -1em;
  padding: 1.875em 10%;
}
article section{
  background-color: #ffffff;
  border: .0625em solid #cccccc;
  clear: both;
  margin-bottom: 1.875em;
  padding: 1.25em;
  text-align: justify;
}
th {
  text-align: justify;
}
table{
  width: 100%;
  border-collapse: collapse;
}
caption{
  font-family: 'league_gothicregular';
  color: #cc0000;
  font-size: 1.625em;
  margin: 0 0 .625em;
  font-weight: normal;
  text-align: left;
}
td.left, th.left{
  text-align: left;
}
td.right, th.right{
  text-align: right;
}
.hidden,aside{
  display: none;
}
.i18n-common-wait{
  background-color: white;
  border: .0625em solid #cccccc;
  padding: 0.5em;
  position: fixed;
  text-align: center;
  text-align: justify;
  z-index: 20000;
}
.block{
  z-index: 10000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #555;
}
tr.even{
  background-color: #ccc;
}
body > header img {
    max-height: 10em;
    max-width: 10em;
}
.svg, svg{
  max-height: 1em;
  max-width: 1em;
  fill: #cc0000;
  /*stroke: #cc0000;*/
}
@media (max-width: 1150px) {
  body{
    font-size: 1.5em;
    /*line-height: 1,125em;*/
  }
  caption{
    font-size: 2.125em;
  }
  body > header img {
    max-height: 4.5em;
    max-width: 4.5em;
  }
  body>header{
    padding: 0px 5%;
    width: 90%;
  }
  body>footer{
    padding: 1% 5%;
  }
  #aree{
    width: 90%;
    padding: 0px 5%;
  }
  article{
    width: 90%;
    padding: 1.375em 5%;
  }
  .svg, svg{
    max-height: 2em;
    max-width: 2em;
    min-height: 1.8em;
    min-width: 1.8em;
  }
}
@media (max-width: 800px) {
  body>header{
    padding: 1%;
    width: 98%;
    min-height: auto;
  }
  body>footer{
    padding: 1%;
  }
  #aree{
    width: 98%;
    padding: 0px 1%;
  }
  article{
    width: 98%;
    padding: 1.375em 1%;
  }
  article section{
    padding: 0.25em;
  }
  #aree a{
    padding-left: .36em;
    padding-right: .36em;
  }
  .svg, svg{
    max-height: 1em;
    max-width: 1em;
    min-height: 1em;
    min-width: 1em;
  }
}
@media (max-width: 600px) {
  body > header img {
    max-height: 0px;
    max-width: 0px;
  }
}
article footer.version {
    text-align: right;
    font-size: 0.5em;
    opacity: .8;
    clear: both;
}
