.quotation {
  font-style: italic;
}

.storebtn {
  background: #618f8f;
  color: white;
  text-align: center;
  padding: 0.5rem;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}

.storebtn:hover {
  background: #719f9f;

}

#admit .pretix-widget-wrapper {

  background-color: #f5f5f5;
  color: black;
  text-align:left;
}

/* .pretix-widget-wrapper {
  background-color: #999999;
} */

/* .pretix-widget .pretix-widget-event-list-entry {
  background: #dddddd; 
} */

.pretix-widget-event-list-entry-name {
  font-weight: bold;
}

.soldoutcustom {
  background: url("/events/theme-images/soldout.png")  no-repeat #cccccc;
  background-position: 75% 10%;
}

table {
  max-width: 800px;
  margin: 30px auto;
}

th {
  margin: 1rem auto;
  vertical-align: bottom;
  font-weight: bold;
  border: none;
}

td {
  border: 1px dotted #cccccc;
  margin: 1rem auto;
  max-width: 800px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  vertical-align: middle;
  padding: 0 0.2rem;
  height: 2rem;
}

td.tdate {
  width: 4rem;
  background-color: rgb(230,230,230);
}

td.ttime {
  vertical-align: top;
  background-color: rgb(230,230,230);
  border-right: 1px solid #888888;
  font-size: 0.75rem;
}

td.tvt {
  border-left: 1px solid #888888
}

td.tvt.highlight {
  background-color: #eeeeee;
}

td.tup.highlight {
  background-color: #eeeeee;
}

tr.borderdn, tr.borderdn > td {
  border-bottom: 1px solid #888888;
}

#desc3 {
	width:auto; 
	margin: 1em 0.5em 0 0.5em;
  margin: 0em 2em;
	padding-top: 1em;
}
@media (min-width: 1000px) {
  #desc3 {clear:right; text-align: left;}
}