body {
  background-color: Cornsilk;
  font-family: verdana, sans-serif;
  font-size: 12pt;
  margin-left: 1.5%;
}

ul {
  width: 100%;
  padding: 0 0 0.75em 0;
  margin: 0;
}

li {
  text-indent: -1.0em;
  margin: 0.7em 0.5em 0.5em 2em;
  padding-left: 1.0em
}

.close ul,
.close li{
  margin: 0 0 0 2em;
}

dt {
  margin-top: 1em;
  font-weight: bold;
}

p.list {
  text-indent: -1.0em;
  margin: 0.5em 0.5em 0.5em 2em;
}


p.confStart {
  margin-top: 25px;
  font-weight: bold;
  font-size: 14pt;
}

div.confDetails {
  margin-left: 0.7em;
  border: 2px solid black;
  padding: 1em;
  background-color: #f3f3f3;
}

div.confTalks li {
  text-indent: 0em;
  margin: 0.5em 0.5em 0.5em 2em;
  padding-left: 0em
}

input.showHideButton {
  background-color: lightgrey;
  border: 2px solid black;
  border-radius: 0.7em;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 0.7em;
}

p.talkTitle {
  font-weight: bold;
}

p.talkKeyMsg {
  padding-left: 2.0em;
  font-style: italic;
}

p.talkQuote,
p.myThoughts {
  padding-left: 2.0em;
}

p.recipeItem {
  padding-left: 2.0em;
  margin: 4px 0 0;
}

span.talkLink {
  font-weight: normal;
  font-size: smaller;
}

.styled-table {
  display: block;
  border-collapse: collapse;
  margin: 3% 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

p.otherQuoteTopic {
  font-weight: bold;
}

p.otherQuote {
  padding-left: 1.0em;
}

p.otherQuoteSource {
  padding-left: 1.0em;
}

.styled-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding:4px 4px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

.quote-ref {
  margin: 2em 0em 0em 0em;
}

.quote {
  margin: 0em 0.5em 0.5em 2em;
}

.Section1 {
  max-width: 1000px;
}

ul {
  padding-bottom: 0;
}

td.dateCol {
  display: none;
}

