@import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/* Reduce excessive vertical spacing in CB custom modules */

.bbs-generic-padding {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.bbs-generic-padding .bbs-page-center {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.bbs-z1-wrapper .bbs-generic-padding {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/*****************************************/