/* style sheet for accreditations */

div.accpanel
{
  margin: 10px auto 100px;
  width: 600px;
  max-width: 90%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  border-radius: 5px;
}

div.acclogos
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

div.accpanel a:link { background: none; }
img.acclogo { text-align: center }

div.acc 
{ 
  width: 200px; 
  text-align: center; 
  margin: 10px 0;
}