.sidebar {
  -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.06);
  -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.06);
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.06);
  padding: 10px 20px;
}
.sidebar .moduletable {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
