div.photoset {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #675551;
  border: 1px solid #444444;
  margin-bottom: 10px;
}
div.pstitle {
  background-color: #433735;
  text-align: left;
  padding: 3px;
}
div.pstitlename {
  height: 27px;
  display: inline-block;
  color: white;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 100px;
  white-space: nowrap;
}
div.pstitlestats {
  height: 27px;
  display: inline-block;
  color: white;
  text-align: right;
  vertical-align: middle;
}
div.psbody {
  border: 1px solid #433735;
  color: black;
}
div.psbody a {
  font-weight: bold;
  color: #EEEEEE;
}
div.psvid {
  border: 1px solid black;
  padding: 0px;
  display: inline-block;
  max-width: 380px;
}
div.psvid img {
  max-width: 100%;
}
div.psblurb {
  max-width: 400px;
  vertical-align: top;
  padding: 10px;
  font-size: 0.9em;
  display: inline-block;
  text-align: left;
}
div.psfooter {
  text-align: right;
}
div.pspics {
  border: 1px; solid white;
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
div.pspic {
  display: inline-block;
  border: 1px solid black;
  padding: 0px;
}

div.matrix {
  max-width: 750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

