/* CSS stylesheet for memories.php */

div.memory
{
  background: white;
  margin: 5px;
  padding: 5px;
}

div.memorytext
{
  white-space: normal;
}

div.photoframe
{
  background: white;
  width: 95%;
  width: calc(100% - 4px);
  margin: 0 auto;
  border: 1px solid black;
}

img.memphoto
{
  display: block;
  width: 100%;
}

/******** section select buttons ***/

div.sectiontabs
{
  width: max-content;
  max-width: 90%;
  margin: auto;
}

div.sectiontabs.sub
{
  margin-top: 10px;
}

div.sectiontabs form
{
  display: inline-block;
}

div.sectiontabs form input
{
  background: #ffe;
  border: #eed 2px outset;
  border-radius: 3px;
  color: #930;
  text-align: center;
}

div.sectiontabs form.selected input
{
  background: #eed;
  color: black;
  border-bottom: black 2px solid;
}
