/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

#before-header {
  display: none !important;
}

#header {
  display: none !important;
}

div#footer {
  display: none !important;
}

div#main {
  margin-top: 0;
  padding-top: 60px;
}

#sidebar-first {
  display: none !important;
}

#main .notification_content_hidden {
  display: none;
}

#main .notification_editor.empty-template {
  padding: 0 30px;
}

#main .notification_editor.empty-template .buttons {
  margin-top: 30px;
}

#main .notification_editor.empty-template .buttons button {
  margin-right: 30px;
}
