@charset "UTF-8";

/* Mobile Layout: 480px and below. */
body {
  font-size: 0.9em;
}

#container {
  width: 100%;
  margin-top: 0em;
  margin-bottom: 0em;
  border-radius: 0px;
}

header {
}
header h1 {
  font-size: 2em;
}
header figure {
  max-width: 25%;
}
#mainNav {
  min-height: 26px;
}

#mainNav a {
  font-size: 0.8em;
}
/************ contenuto princilae **************/
#mainContent {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
/************ box ripetibile sinistra e destra **************/
.articleBoxLeft {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.articleBoxRight {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

/************ navigazione destra **************/
#menuRight {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  border-color: #E1E2F6;
  border-top-width: 3px;
  border-top-style: solid;
}

#bottomTextLine p {
  font-size: 0.8em;
}

.hide_mobile {
display: none;
}
