html, body, *{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #3e3e3e;
  box-sizing: border-box;
}


h1{
  padding: 20px 0;
  color: #3e3e3e;
  letter-spacing: 1px;
}

@media screen and (max-width: 500px) {
  h1 {
    flex: 0;
  }
}

/* TINY MCE STYLES */
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{
  /* background-color: white!important; */
}

.hideButton{
  display: none!important;
}

.mce-container{
  min-height: 34px;
}

.mce-toolbar-grp{
  min-height: 64px;
}

.mce-btn-group {
    width: 99%!important;
    position: relative!important;
}

#mceu_11-body .mce-btn.mce-first.mce-btn-has-text{
  position: absolute;
  right: 0;
}
