body {
  padding: 0 !important;
  min-width: 350px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
a {
  color: #16766f;
}
a:hover {
  text-decoration: none !important;
}
.clr {
  clear: both;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none;
}
img[alt="left"] {
  float: left;
  margin-right: 20px;
}
img[alt="right"] {
  float: right;
  margin-left: 20px;
}
.truncated {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.crumb {
  position: relative;
  margin-right: 30px;
}
.crumb:after {
  position: absolute;
  display: inline-block;
  content: "›";
  right: -17px;
  color: #16766f;
  pointer-events: none;
  bottom: -1px;
}
.crumb:last-of-type:after {
  display: none;
}
.elfinder-cwd-filename input {
  color: black;
}
.simple-link {
  border-bottom: 1px dotted #0088cc;
  cursor: pointer;
  display: inline-block;
}
.simple-link:hover {
  text-decoration: none;
}
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
.screen-loader {
  display: none;
  background: url('/images/special/screenLoader.gif') no-repeat center #000000;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
.edit-button,
.history-button,
.delete-button {
  margin-left: 5px;
}
.edit-button-group {
  float: right;
  margin-bottom: -30px;
  z-index: 600 !important;
}
.edit-button-group a,
.edit-button-group input {
  line-height: 15px;
  font-family: 'Arial' !important;
}
.edit-page-button-collapse {
  margin: 5px;
}
table.diff tbody td {
  width: 50%;
}
.cropped {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.legend-padded {
  padding-top: 10px;
  padding-left: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
section .default-header {
  font-size: 50px;
  line-height: 50px;
  text-align: left;
}
.additional-image-preview,
.additional-image-alert {
  margin-top: 10px !important;
  margin-left: 0px !important;
}
.additional-image-preview  div {
  margin-left: 0px !important;
}
.additional-image-alert  div {
  margin-left: 0px !important;
}
.item-video {
  width: 100%;
  height: 400px;
}
.pagination-block {
  text-align: center;
  width: 100%;
}
.item-body .select-placeholder {
  color: #aaa;
}
.item-body .select-placeholder option {
  color: #555;
}
.item-body img {
  max-width: 100%;
}
.ui-datepicker-current {
  opacity: 1 !important;
  font-weight: bold !important;
}
