/*
Greens
#94ff3b #81e037
#6fc133 #5ca22f
#4a832c #376428
#254524 #122520

Reds
#994333 #8a3e30
#7b382c #6c3228
#5d2d25 #4e2721
#3f211d #2f1c19
*/

body {
  background: #2f1c19;
  color: #fff;
  line-height: 2em;
  font-family: "Source Sans Pro", sans-serif;
}
h1, h2, h3, h4 {
  color: #fff;
  font-weight: bold;
}
h3 { font-variant: small-caps; }
h5, h6 {
  color: #94ff3b;
  font-weight: bold;
}
.button {
  border-radius: 1.2em;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.8);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: "Source Sans Pro", monospace;
}
#bigbox {
  background: #4e2721;
  color: #fff;
  text-align: center;
}
#bigbox h1 {
  line-height: 1.2em;
  font-family: "Cardo", serif;
}
#bigbox h2 {
  margin-bottom: 1em;
}
#footer {
  color: #aaa;
  text-align: center;
}
a {
  text-decoration: underline;
  color: inherit; font-weight: normal;
}
a:hover {
  background-color: #8a3e30;
}
#header h2 a { text-decoration: none; font-weight: inherit; }
#nav a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}
#support {
  margin-top: 2em;
  border-top: 2px solid #994333;
  border-bottom: 2px solid #994333;
}
#support h2 { text-align: center; }
#support a {
  text-decoration: none;
  font-weight: bold;
  font-size: 70%;
}
#program td {
  text-align: center;
  vertical-align: top;
  border: 1px solid;
}
.invited { background-color: #122520; }
.contributed { background-color: #3f211d; }
#program tr.break {
  background-color: #101000;
}
#program tr.break td:nth-child(2) { font-variant: small-caps; }
#program tr.meta td {
  border: none !important;
  padding-top: 1ex; padding-bottom: 1ex;
  font-style: italic; font-size: 70%; line-height: 2ex;
}
#program td.psattt {
  background-color: #2f1c19;
  vertical-align: middle;
  border: 2px dashed;
}
#program td.talk:hover, #program td.psattt:hover {
  background-color: #8a3e30;
  cursor: pointer;
}
#program > td.time { width: 5em; }
#program a { text-decoration: none; font-style: normal; display: block; }
/* #abstracts h2 { padding: 1em 0; margin: 0 0; } */
#abstracts .invited, #abstracts .contributed, #abstracts .psattt {
  border: 2px solid black;
}
#abstracts .psattt { background-color: #4e2721; }
#abstracts .invited + .contributed,
#abstracts .contributed + .contributed,
#abstracts .invited + .psattt,
#abstracts .psattt + .psattt {
  border-top: none;
}
#abstracts blockquote {
  margin: 0 0; padding: 0 0;
  margin-left: 1em;
  font-style: italic;
}
#abstracts blockquote .missing:before { content: "(" }
#abstracts blockquote .missing:after { content: " to be announced)" }
#abstracts .inst { font-variant: small-caps; }
#abstracts .inst:before { content: "[" }
#abstracts .inst:after { content: "]" }
#abstracts a { font-weight: normal; text-decoration: underline; }

#participants { list-style-type: decimal; }
#organizers a { text-decoration: none; }

em, .em { font-style: italic; }
.sc { font-variant: small-caps; }
b, strong, .b { font-weight: bold; }
.bullets { list-style: disc inside; }
.center { text-align: center; }