body {
  background-color: #36005b;
  background-image: url(/plugin_assets/substruct/images/admin/body-bg.gif);
  background-repeat: repeat-x;
}

#container {
  width: 960px;
  background-color: #ffffff;
  background-image: url(/plugin_assets/substruct/images/admin/content-bg.gif);
  border: 2px solid #000;
  border-top: 0px;
  padding: 0px;
  padding-bottom: 20px;
}
#header {
  background-image: url(/plugin_assets/substruct/images/admin/header-bg.gif);
  background-repeat: repeat-x;
  height: 150px;
  margin-bottom: 100px;
  width: auto;
}
#logo {
  position: absolute;
  color: #fff;
  margin-left: 10px;
  font-size: 24pt;
  padding-top: 40px;
  height: 50px;
  width: 380px;
}
#contentBody {
  background-image: none;
  padding: 0px;
  clear: both;
  width: auto;
}

/* Reset stupid negative margin stuff from the regular CSS file */
#left,
#right,
#fullContent {
}
/* Left content container */
#left {
  float: left;
  width: 670px;
  margin-left: 20px;
  margin-right: 20px;
}
/* Right content */
#right {
  float: left;
  margin: 0px;
  width: 210px;
  padding: 20px;
  padding-top: 0px;
}

#right h1,
#right h2 {
  border-bottom: 1px solid #ffffff !important;
  color: #464440;
}
#right h2 {
  font-weight: normal;
}

#right a {
  font-weight: normal;
  color: #333333;
  text-decoration: underline;
}

/* This holds "log out" and the current user name */
#global_nav {
  float: right;
  margin-top: 10px;
  margin-right: 20px !important;
  font-size: 12px;
  text-align: right;
}
#global_nav a {
  font-weight: normal;
  color: #eeeeee;
}

/* TOP NAVIGATION */
#navigation {
  margin-left: 10px;
  margin-top: 110px;
  z-index: 200;
  position: absolute;
  font-size: 16px;
  max-width: 960px;
  display: block;
}
/* NAV TABS
 * These are defined in substruct.css - just overriding the graphics here
 */
#navigation ul.navigation li {
  background-image: url(/plugin_assets/substruct/images/admin/tab-left.gif);
  line-height: 40px;
  height: 40px;
}
#navigation ul.navigation li a {
  background-image: url(/plugin_assets/substruct/images/admin/tab-right.gif);
  line-height: 40px;
  height: 40px;
}
#navigation ul.navigation li.active {
  background-image: url(/plugin_assets/substruct/images/admin/active-tab-left.gif);
}
#navigation ul.navigation li.active a {
  background-image: url(/plugin_assets/substruct/images/admin/active-tab-right.gif);
}

#right .info {
  font-size: 0.9em;
  color: #6a6761;
  font-style: normal;
}

/* */
.headerActions {
  display: none;
  float: right;
  margin-top: -30px;
  margin-right: 10px;
}

/* Header user ID */
.user_id {
  color: #b9808b;
}

.comments h1 {
  margin-top: 2em;
}
.comments .comment {
  position: relative;
  border: 1px solid #aaa;
  padding: 1em;
  margin: 0.5em 0;
  font-weight: normal;
}
.comments .comment .user {
  border-bottom: 1px solid #ddd;
  font-size: 0.8em;
  color: #aaa;
  font-weight: bold;
  margin-bottom: 1em;
}
.comments .comment .created {
  font-size: 0.8em;
  float: right;
  right: 5px;
  top: 2px;
  color: #aaa;
}

.comments .comment .body {
  padding-left: 0.5em;
}
.button.inline-button {
  display: inline-block;
}
.admin-warning {
  border: 2px solid #ff9999;
  background-color: #ffdddd;
  padding: 10px;
}

.flex {
  display: flex;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.json-preview {
  overflow-y: scroll;
  width: 100%;
}
