/* Hide stuff */
.PageHeader,
.PageFooter,
.PageMain__aside,
.EventList__filters,
.EventList__registration > * {
  display: none !important;
}

/* Sizes and spacing */
html, body, * {
  font-size: 8px !important;
}

.PageMain__wrap,
.PageMain {
  padding: 0 !important;
}

.PageMain__content {
  width: 100% !important;
}

/* Typo */
a {
  padding: 0 !important;
  display: inline !important;
  background: none !important;

  text-decoration: none !important;
}

a:before,
a:after {
  display: none !important;
}

.Intro--inner:after {
  display: none !important;
}

  /* Backgrounds */
* {
  background: transparent !important;
}

/* Tables */
table {
  border-spacing: 0;
}
td, th {
  vertical-align: top !important;
  text-align: left !important;
  padding: .5em .5em 2em !important;
}

/* Lists */
dt {
  display: inline-block !important;
  width: 25% !important;
  vertical-align: top;
}
dd {
  display: inline-block !important;
  width: 75% !important;
  vertical-align: top;
}

/* Cards */
.CardGroup {
  padding: 1em !important;
  border: solid 1px #000 !important;
}

.Card {
  border: solid 1px #000 !important;
  padding: 1em !important;
}


/* Event list */
.EventList__item-description {
  margin-top: 0 !important;
}

.Event .back,
.Event .register {
  display: none !important;
}


