.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-media-ctrl img {
  max-width: 100%;
  cursor: pointer; }
  .mpa-media-ctrl img.single-image-control {
    max-width: 300px; }

