/* Custom template overrides for shaper_helixultimate
   - Add module boxed styles and padding overrides
   - Loaded last so rules take precedence over defaults
*/

/* module title box */
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  margin: 0 0 5px 5px !important;
  border: 1px solid #f3f3f3 !important;
  padding: 0 !important;
  border-radius: 3px !important;
  text-align: center !important;
}

/* module container padding */
#sp-left .sp-module,
#sp-right .sp-module {
  padding: 3px !important;
}

/* boxed modules */
.sp-module-boxed {
  border: 2px solid #000 !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  padding: 10px !important;
}
