.ph_iconbar {
  background: rgba(255, 255, 255, 0.99);
}
.panel {
  background: rgba(255, 255, 255, 0.95);
}
table {
  width: 100%;
}
.reveal-modal.tiny {
  width: 44%;
  background: #fff;
}
@media only screen and (max-width: 928px) {
  .reveal-modal.tiny {
    top: 5% !important;
    width: 88%;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 70vh;
  }
}
