/* Sidebar modules for boxing content */
.bottombox-module {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bottombox-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.bottombox-module-inset p:last-child,
.bottombox-module-inset ul:last-child,
.bottombox-module-inset ol:last-child {
  margin-bottom: 0;
}