

.sidebar {
  margin-top: 20px;
}
.sidebar .moduletable {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.06);
  -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.06);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.06);
  padding: 8px 20px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.sidebar img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#content-right .sidebar {
  margin-left: 0;
  margin-right: 3%;
}

