/* Enter Your Custom CSS Here */


li.vevent {
    padding: 9px 0;
    border-bottom: 1px solid #DDD;
}

.eventlist-date {
    font-weight: bold;
}

tr.tourinfo {
  background:#f8f8f8;
}

tr.tourinfo td {
    padding: 5px;
    border: 1px solid #DDD;
}

th.heading.col1 {
    width: 100%;
    height: 100%;
    padding: 18px 6px;
    margin-left: 0;
}

.events-table {
  border: 1px solid #DDD;
  border-collapse:collapse;
}

.events-table thead th, .appearances-table thead th {
    background: #999;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    color: #fff;
    font-weight: bold;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

.events-table tbody th, .appearances-table tbody th {
    background: #e6e6e6;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    color: #272727;
    padding: 6px 8px;
    vertical-align: middle;
    text-align: left;
}

.events-table tbody th.date { text-align: center; }
