/*  Spiceworks Remove Ad Column
 *  https://userstyles.org/styles/58953
 *
 *  Set the tickets area full-width to your browser window.
 *
 *  You REALLY should delete the "i really want this to be global" line and add your own domain.
 */

/* i really want this to be global */

section#content_wrapper {
  padding-right: 0px !important;
}

section#content_wrapper div#sidebar {
  display: none !important;
}