::-webkit-scrollbar {
  background: #fff;
}

.nav-main::-webkit-scrollbar {
  background: #333;
}

.object.small .fields,
.fields .small .field-content {
  max-width: 250px;
}

.mce-branding-powered-by {
  display: none;
}

@media screen and (min-width: 50em) {
  .full .custom_tiny_mce_rich_text_area {
    margin: 14px 0 40px 50px;
  }
}

@media screen and (min-width: 90em) {
  .wrapper {
    max-width: 100%;
  }

  #page-edit-form .tab-content {
    width: 100em;
  }

  footer {
    width: 80%;
  }
}