@media only screen and (min-width: 901px) {
  .shortInfoTable th {
    width: 33.33333333333333%;
  }
}
.shortInfoTable .eventTicketTop {
  text-align: right;
  padding: 0;
}
.shortInfoTable .eventTicketTop a {
  display: block;
  padding: 5px 25px 5px 0;
  color: #999999;
  -webkit-transition: background-color 0.25s, color 0.15s;
  -moz-transition: background-color 0.25s, color 0.15s;
  -ms-transition: background-color 0.25s, color 0.15s;
  -o-transition: background-color 0.25s, color 0.15s;
  transition: background-color 0.25s, color 0.15s;
}
.shortInfoTable .eventTicketTop a:after {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  height: 12px;
  width: 4px;
  background-position: -20px -296px;
  margin-left: 10px;
  margin-top: 2px;
}
.shortInfoTable .eventTicketTop a:hover {
  background-color: #b0356a;
  color: white;
  text-decoration: none;
}
.shortInfoTable .eventTicketTop a:hover:after {
  background-position: -30px -296px;
}
.detailImage {
  width: 100%;
}
.bigTable {
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 20px;
}
.bigTable th {
  color: #b0356a;
  text-align: left;
  padding: 5px 20px 5px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.bigTable td {
  padding: 8px 20px 8px 0;
}
.bigTable tr > :first-child {
  padding-left: 10px;
}
.bigTable tbody tr {
  color: #666666;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -moz-transition: background-color 0.15s, color 0.15s;
  -ms-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
.bigTable tbody tr:hover {
  background-color: #b0356a;
  color: white;
}
.bigTable tbody tr:hover .ticket a {
  text-decoration: none;
  color: white;
}
.bigTable tbody tr:hover .ticket a:after {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  height: 12px;
  width: 4px;
  margin-left: 10px;
  background-position: -30px -296px;
}
.bigTable tbody tr td {
  border-bottom: 1px solid #e8e8e8;
}
.bigTable tbody tr .description {
  display: none;
}
.bigTable tbody tr .ticket a {
  display: block;
  color: #999999;
}
.bigTable tbody tr .ticket a:hover {
  text-decoration: none;
  color: white;
}
.bigTable tbody tr .ticket a:hover:after {
  background-position: -30px -296px;
}
.bigTable tbody tr .ticket a:after {
  background: url(../../img/rehau/sprite20px.png) no-repeat;
  content: "";
  position: absolute;
  height: 12px;
  width: 4px;
  margin-left: 10px;
  background-position: -20px -296px;
}
.bigTable tbody .expired {
  color: #d1d1d1;
}
.bigTable tbody .expired:hover {
  background-color: white;
  color: #d1d1d1;
}
.eventDownloadColumn h2 {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 12px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
@media only screen and (min-width:581px) and (max-width:900px), only screen and (max-width: 580px) {
  .eventDownloadColumn {
    margin-top: 40px;
  }
}
.eventSchedule {
  margin-top: 50px;
}
.eventSchedule h2 {
  padding-bottom: 12px;
}
.marginList {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.marginList li {
  border-bottom: 1px solid #e8e8e8;
}
.marginList li:last-child {
  border-bottom: none;
}
.marginList li a {
  display: block;
  padding: 8px 0;
  -webkit-transition: background-color 0.15s, color 0.15s;
  -moz-transition: background-color 0.15s, color 0.15s;
  -ms-transition: background-color 0.15s, color 0.15s;
  -o-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
.marginList li a:hover {
  text-decoration: none;
  background-color: #b0356a;
  color: white;
}
.marginList li a .date,
.marginList li a .location {
  overflow: hidden;
}
@media only screen and (min-width: 901px), only screen and (min-width:768px) and (max-width:900px), only screen and (max-width: 580px) {
  .marginList li a .date,
  .marginList li a .location {
    display: block;
  }
}
.marginList li a .date {
  font-weight: bold;
  padding-bottom: 2px;
}
.marginList li a .location {
  padding-left: 26px;
}
.marginList li a .fileSmall:before {
  content: "";
  width: 14px;
  height: 18px;
  margin: 0 5px;
  display: table-cell;
  float: left;
  background-image: url(../../img/rehau/fileIcons/dl-icn-blanc-small.png);
}
@media only screen and (min-width:581px) and (max-width:767px), only screen and (max-width: 580px) {
  .shortInfoTable .eventTicketTop {
    border-top: 1px solid #d1d1d1;
  }
  .bigTable {
    font-size: 15px;
    font-size: 1.5rem;
    border-top: 1px solid #d1d1d1;
  }
  .bigTable thead {
    display: none;
  }
  .bigTable tbody tr {
    border-top: 1px solid #d1d1d1;
    color: #444444;
  }
  .bigTable tbody tr:first-child {
    border: none;
  }
  .bigTable tbody tr:hover {
    background-color: white;
    color: #666666;
  }
  .bigTable tbody tr td {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    border: none;
    padding: 3px 0;
  }
  .bigTable tbody tr td:first-child {
    padding: 20px 0 0;
  }
  .bigTable tbody tr td .description {
    display: inline-block;
    width: 50%;
    color: #b0356a;
  }
  .bigTable tbody tr .ticket {
    padding: 10px 0 20px;
  }
  .bigTable tbody tr .ticket .ticketLink {
    border: 1px solid #d1d1d1;
  }
  .bigTable tbody tr .ticket .ticketLink:hover {
    border: 1px solid #b0356a;
  }
  .bigTable tbody tr .ticket .ticketLink a {
    display: block;
    padding: 8px;
    color: #666666;
    border-bottom: 3px solid #e8e8e8;
  }
  .bigTable tbody tr .ticket .ticketLink a:hover {
    text-decoration: none;
    color: #b0356a;
    border-bottom: 3px solid #d1d1d1;
  }
  .bigTable tbody tr .ticket .ticketLink a:hover:after {
    background-position: -10px -294px;
    position: relative;
    float: right;
  }
  .bigTable tbody tr .ticket .ticketLink a:after {
    background: url(../../img/rehau/sprite20px.png) no-repeat;
    content: "";
    position: absolute;
    height: 16px;
    width: 4px;
    margin-right: 10px;
    background-position: -20px -294px;
    position: relative;
    float: right;
  }
  .bigTable tbody .expired .description {
    color: #999999;
  }
}
