/* style sheet for mini posters */

.miniposter {
  border-width: 2px;
  border-style: solid;
  border-color: #444;
  border-radius: 15px;
  min-height: 500px;
  background-color: #2F2;
  background: linear-gradient(#39f, #f6c);
  stroke-width: 2px
}


.miniposter h1 {
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16pt;
  font-weight: bold;
}


.miniposter h2 {
  font-size: 12pt;
}


.miniposter td {
  font-size: 12pt;
}


.miniposter table {
  width: 90%;
}

.imageLimit{
  max-width: 100%;
  max-height: 20em;
  width: auto !important;
}