#toolbar-item-administration-tray,
#toolbar-item-administration,
#toolbar-item-devel {
  display: none;
}

.webform-icon-notes {
  display: none !important;
}

.color_field_widget_box__square {
  border: 1px solid #ebebeb;
}

.toolbar-icon-link-toolbar-menu-cms-tweaks-editor-add-article + .toolbar-menu {
  width: 300px !important;
}

.toolbar-tray-horizontal ul li.menu-item--expanded.hover-intent ul {

  overflow-x: hidden;
  overflow-y: auto;
}

.embedded-entity.align-center {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

h1 .text-subtitle,
h2 .text-subtitle,
h3 .text-subtitle,
h4 .text-subtitle,
h5 .text-subtitle,
h6 .text-subtitle {
  padding: 0 0 0 10px;
  display: block;
  margin-left: 0;
  border-left-width: 5px;
  border-left-style: solid;
}

p .text-subtitle {
  display: block;
  padding: 0 0 0 15px;
  margin-left: 30px;
  border-left-width: 5px;
  border-left-style: solid;
}

.field--widget-cms-tweaks-article-datetime .form-wrapper > div{
  margin: 0;
}