#main {
    width: 760px;
}

table.schedule {
  margin: 2em;
  width: 700px;
}

table.schedule th.party, table.schedule th.guests {
  font-weight: normal;
  font-size: large;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

table.schedule th.time {
  font-weight: normal;
}

table.schedule th.time.half {
  color: #aaa;
}

table.schedule td, table.schedule th {
  border-bottom: 1px solid #ddd;
}

table.schedule tr {
  height: 20px;
}

table.schedule div.name {
  font-size: 10pt;
}

table.schedule div.time {
  font-style: italic;
}

table.schedule td.wedding_party {
  border: 1px solid navy;
  background-color: #bbf;
  padding: 10px;
  color: black;
  text-align: center;
}

table.schedule td.guests {
  border: 1px solid orange;
  background-color: #fc9;
  padding: 10px;
  color: black;
  text-align: center;
}

table.schedule th.party, table.schedule th.guests {
  width: 300px;
}

h2 {
  margin-top: 1em;
  padding-left: 1em;
  font-weight: normal;
}

table.list {
  padding-left: 1em;
}

table.list td, table.list th {
  vertical-align: top;
  padding: 10px;
}

table.list span.who {
  font-weight: bold;
}

table.list span.what {
  font-style: italic;
}

table.list div.description {
  margin-top: 5px;
}

table.list li {
  list-style: none;
}

table.list li.who { font-weight: bold; }
table.list li.what { font-style: italic; margin-bottom: 5px; }

