.body-bg {
  background: url("../images/sfondo-body.jpg") repeat-x fixed left top
    transparent;
  background-color: #2079bb;
}

.page-content {
  background: #fff;
  width: 930px;
  padding: 10px;
  background: url("../images/tile-bianco.png") repeat scroll 0 0;
  margin-top: 5px;
}

.avatar {
  border-radius: 6px;
  padding: 3px;
  background: #f2f2f2;
}
.avatar img {
  border-radius: 6px;
}
.hero-unit {
  padding: 20px 0px 0px 0px;
  margin-bottom: 25px;
}
.hero-unit a {
  text-decoration: underline;
  color: #fff;
}

.box1,
.box2 {
  padding: 20px;
}
.box {
  color: #2b4754;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
}

.box ~ .box {
  margin-top: 20px;
}

.table-stats {
  font-size: 13px;
  margin-top: 35px;
}

.logs {
  font-size: 12px;
}
.logs .span4 {
  width: 30.5%;
}

#condoAmministratori {
  padding: 20px;
  margin-bottom: 0;
}

footer {
  color: #2b4754;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 10px;
  padding: 10px;
}
