div.mce-toolbar-grp {
  background: white;
}

#post-status-info td {
    font-size: 10px;
}

.mce-widget.mce-btn {
  -webkit-transition: box-shadow .3s ease, border .3s ease;
  transition: box-shadow .3s ease, border .3s ease;
}

body.post-type-page a.button.thickbox {
  display: none;

}

.danger-button {
    background-color: #ff0000;
    border-color: #ff0000;
}