/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.post-status-off {
  display: none !important;
}
.post-status-on {
  display: block !important;
}
