.mpa-hide {
  display: none !important; }

.mpa-error {
  color: #e25950;
  font-weight: bold;
  font-style: italic; }

.mpa-loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center url("../images/loading.gif?ver=1.15.2"), rgba(255, 255, 255, 0.5);
  background-size: 32px 32px;
  z-index: 9000; }

.mpa-loaded > .mpa-loading {
  display: none; }

.mpa-table-centered td, .mpa-table-centered th {
  text-align: center; }

.mpa-table-centered .no-items td,
.mpa-table-centered .no-items th {
  text-align: left; }

table.fitwidth {
  table-layout: auto; }

th.fitwidth,
td.fitwidth {
  width: 1%;
  white-space: nowrap; }

.mpa-description {
  font-style: italic; }

.mpa-small-description {
  font-size: 75%; }

.mpa-preloader {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center url("../images/preloader.gif?ver=1.15.2"); }

.mpa-table th {
  padding-left: 10px;
  vertical-align: middle; }

.mpa-deprecated {
  opacity: 0.5; }
  .mpa-deprecated strong {
    color: darkred;
    cursor: help; }

.wp-core-ui .icon-button {
  display: flex;
  align-items: center;
  padding: 5px; }

.wrap h2.wp-heading-inline {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0.25em; }
  .wrap h2.wp-heading-inline + .page-title-action {
    top: -1px; }

#poststuff h2.mpa-fields-group-title {
  font-size: 1.3em;
  line-height: 1.3;
  font-weight: 600;
  margin: 1em 0;
  padding: 0; }

#shortcodes-wrap table .column-default {
  width: 10%; }

