table {
  border-collapse: collapse;
  border: 2px solid gray;
  background-color: #EEF3FA;
}
thead th {
  border-collapse: collapse;
  border: 2px solid gray;
}
tbody {
  border-collapse: collapse;
  border: 2px solid gray;
  text-align: left;
}
tbody th {
  border-collapse: collapse;
  border: 2px solid gray;
}
tbody td {
  border: 1px solid gray;
  vertical-align: top;
}
th, td {
  padding: 5px;
}
table img {
  border: 5px outset gray;
}
div.informationf /* info on front page*/ {
  width: 70%;
  min-height: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  border: 4px solid #0C8DB7;
  background-color: #EEF3FA;
  color: black;
}
div.informationf img {
  border: 3px outset gray;
}
div.information {
  float: left;
  width: 50%;
  margin-right: 2%;
  padding-left: 10px;
  border: 4px solid #0C8DB7;
  background-color: #EEF3FA;
  color: black;
}
div.information img {
  border: 3px outset gray;
  margin-right: 1em;
}
div.informationf ul {
  margin-left: 1em;
  padding-right: 0.5em;
}
.signature {
  font-size: 1.1em;
}

/* drama */
table.hidden {
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
}
table.hidden tbody {
  border: none;
}
table.hidden th {
  border: none;
  background-color: #EEF3FA;
}
table.hidden td {
  border: none;
  background-color: #EEF3FA;
}


/* film club */
p.title {
  font-size: 1.2em;
  font-weight: bold;
}
p.details {
  font-size: 0.9em;
  font-style: italic;
}
p.quote {
  font-size: 1.1em;
  font-style: italic;
}
div.program p {
  margin-left: 2%;
}

/* Photos and Pictures */
div.center img.photo {
  border: 5px outset black;
}


