input.error, textarea.error, label.error
{
  background-color: mistyrose;
}

div.table
{
  display: table;
  border-collapse: collapse;
}

div.table > *
{
  display: table-row;
}

div.table > .active
{
  background-color: aliceblue;
}

div.table > .hide
{
  color: grey;
  background-color: lightgray;
}

div.table > .scheduling
{
  background-color: inherit;
}

div.table > .head > div
{
  font-weight: bold;
  text-align: center;
  border-bottom: medium solid black;
}

div.table > * > div
{
  display: table-cell;
  padding: 0.3ex;
  border: thin solid black;
}

div.past
{
  background-color: whitesmoke;
}

div.today
{
  background-color: mistyrose;
}

div.soon
{
  background-color: moccasin;
}

div.future
{
  background-color: aliceblue;
}

div.cancel
{
  background-color: gainsboro;
}

div.scheduling
{
  background-color: inherit;
}

span.tba, span.nn
{
  font-style: italic;
}

div.daydate
{
  text-align: center;
  width: 3.5em;
}

div.timevenue
{
  text-align: center;
  width: 5.5em;
}

div.speakertitle
{
  max-width: 35em;
}

span.mark
{
  background-color: yellow;
}

div.past span.mark
{
  background-color: inherit;
}

div.past div.venue a
{
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}

div.cancel div.venue span.cancel,
div.active div.venue span.cancel
{
  color: red;
  font-weight: bold;
  background-color: yellow;
/*  text-transform: uppercase; */
}

.hide span.mark
{
  background-color: inherit;
}

span.speaker, span.special
{
  font-weight: bold;
}

div.abstract
{
  font-size: small;
}

.abstractlink
{
  display: none;
}

img.icon
{
  height: 2ex;
}

div.footer
{
  border-top: thin solid black;
  margin-top: 2.5ex;
  margin-bottom: 0ex;
  padding: 0;
  padding-top: 0.5ex;
  font-size: 75%;
  font-style: italic;
}
