#facebook .cnt.tit.moreh
{
  background-image: url(/gui-images/banner-facebook.png);
  padding: 0px;
  width: 100%;
  background-color: transparent;
}

#facebook.element-small .cnt.tit.moreh
{
  color: #fff;
  font-weight: normal;
}

#facebook.element-small .cnt.tit.moreh a
{
  display: block;
  margin-left: 25px;
  margin-top: 4px;
  font-weight: normal;
  color: #fff;
}

#facebook.element-mini .cnt.tit.moreh
{
  background-image: url(/gui-images/banner-facebook-mini.png);
}

#facebook.element-mini .cnt.mid.small.piu
{
  padding-left: 0px;
  padding-right: 0px;
  width: 226px;
}

#facebook-posts {
  border-right: 1px solid #D9D9D9 !important;
  border-bottom: 1px solid #D9D9D9 !important;
  border-left: 1px solid #D9D9D9 !important;
  padding: 0 20px 20px !important;
  width: 428px !important;
}
#facebook-posts .intestazione{
  float: left;
  color: #1F497D;
  font-weight: bold;
  /*border-bottom: 1px solid #d9d9d9;*/
  padding-bottom: 20px;
  /*font-size: 1.4em;*/
  margin-bottom: 20px;
  margin-left: -21px;
  width: 430px;
  background-color: #375f90;
  padding: 8px 20px 0 20px;
}
#facebook-posts .intestazione img{
  margin-right: 10px;
  vertical-align: middle;
}
#facebook-posts .intestazione h2.titolo{
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 1.3em;
}
#facebook-posts .intestazione a:hover{
  text-decoration: none;
}
#facebook-posts .cnt-posts-list {
  float: left;
  width: 100%;
  overflow: hidden;
}
#facebook-posts .posts-list {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#facebook-posts .posts-list li{
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
}
#facebook-posts .posts-list li:first-child{
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
#facebook-posts .post .testo{
  font-size: 0.8em;
}
#facebook-posts .post .lnk-continua{
  float: right;
  font-size: 0.9em;
  color: #1F497D;
}
#facebook-posts .post .lnk-altro{
  font-size: 0.9em;
  color: #1F497D;
  display: inline;
}
#facebook-posts .post .testo.completo{
  display: none;
}
#facebook-posts .post.link .titolo{
  width: 100%;
  margin-bottom: 10px;
}
#facebook-posts .post.link .lnk-img{
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
#facebook-posts .post.link .lnk-img img{
  vertical-align: top;
  position: relative;
  height: 140px;
}
#facebook-posts .post.photo .testo{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#facebook-posts .post.photo img{
  display: block;
  float: left;
  width: 100%;
}
#facebook-posts .post.photo .photo{
  float: left;
  width: 428px;
  max-height: 428px;
  overflow: hidden;
}
#facebook-posts .profile-picture{
  display: block;
  float: left;
  width: 50px;
  margin-right: 10px;
}
#facebook-posts .profile-picture img{
  float: left;
  width: 100%;
  margin-top: 4px;
}
#facebook-posts .post.status .testo{
  float: left;
  width: 368px;
}
