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