body
{
  background-image:url('sandpaper.png');
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html
{
  height: 100%;
}
.centerbox
{
  margin-left: -470px; /* -(semilarghezza+20px)*/
  margin-top: -20px;
  left: 50%;
  width: 900px;
  position: relative;
  top: 100px;
  min-height: 100%;
  background-color: none;
  padding-right: 30px;
  padding-left: 20px;
  padding-top: 20px;
  
  /*box-shadow: 10px 10px 8px 2px #333333;*/
  /*border: 2px solid;*/
  /*border-radius: 10px;*/
  overflow-x: hidden;
  z-index: 0;
}
.postbox
{
  height: 100%;
}
.topbar
{
  background-color: #249DED;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 65px;
  box-shadow: 0px 2px 10px;
}
.navpos
{
  font-family: Georgia;
  font-size: 30px;
  padding-top: 15px;
  padding-left: 55px;
  float: left;
}
.mrlogin
{
  position: absolute;
  right: 30px;
  float: left;
  background: #456ADA;
  border-radius: 18px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px;
  margin-top: 7px;
}
.login
{
  display: block;
}
.logout
{
  font-size: 14pt;
  display: none;
  color: #FFFFFF;
}
.tasto_cancella
{
  background-image:url('cestino.png');
  background-repeat: no-repeat;
  background-position:left top;
  background-size: contain;
  height: 35px;
  width: 35px;
  float: right;
  z-index: -2;
  margin-right: 20px;
  margin-top: 7px;
  display: none;
}
.tasto_cancella:hover
{
  opacity:0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tasto_modifica
{
  background-image:url('modifica.png');
  background-repeat: no-repeat;
  background-position:left top;
  background-size: contain;
  height: 35px;
  width: 35px;
  float: right;
  z-index: -2;
  margin-right: 20px;
  margin-top: 7px;
  display: none;
}
.tasto_modifica:hover
{
  opacity:0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.expansor
{
  background-color: #4D9DA3;
  font-family: Georgia;
  font-size: 15px;
  width: 100%;
  height: 22px;
  text-decoration: underline;
  box-shadow: 10px 10px 15px 2px #555;
}
.moreposts
{
  background-color: #4D9DA3;
  box-shadow: 10px 10px 15px 2px #555;
  margin-bottom: 25px;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 0px 0px 20px 20px;
}
.scrivicommento
{
  background-color: #7BBA6E;
  width: 100%;
  margin-left: 10px;
}
.sendcomment
{
  float: right;
  margin-right: 25px;
}
#comm_inviato
{
  position: fixed;
  bottom: 10px;
  left: 0px;
  background-color: #3FBF43;
  width: 210px;
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  font-size: 20px;
  display: none;
}
.faccia
{
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 12px;
  background-size: contain;
  background-image: url('user.png');
}
.commento
{
  margin-top: 15px;
  border-left: solid 2px #FF0000;
  padding-left: 3px;
}
.expansor:hover
{
  background-color: #D5F230;
  font-family: Georgia;
  font-size: 15px;
  width: 100%;
  height: 22px;
  text-decoration: none;
  font-weight: bold;
}
.commenticon
{
  background-image:url('comments.png');
  background-repeat: no-repeat;
  background-position:left top;
  background-size: contain;
  height: 50px;
  width: 50px;
  float: right;
  z-index: -2;
  margin-right: 20px;
  color: #181DC4;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
}
.commenticon:hover
{
  opacity:0.4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
#blinder
{
  position: fixed;
  top: 0px;
  left: 0px;
  background: #404040;
  opacity: 0.5;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#parentqr
{
  position: fixed;
  top: 18%;
  left: 0px;
  display: none;
  width: 100%;
  z-index: 11;
}
.boxqr
{
  margin-left:auto;
  margin-right:auto;
  top: 48%;
  width: 280px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  height: 350px;
  background: #FFFFFF;
}