
.events-table tr td {
    padding: 7px 10px;
    font-size:12px;
}
.events-table tr.even  {
    background-color: #efefef;
}


.events-table {margin-bottom:20px}


.events-table .event-when {width:190px}
.events-table .event-when .hour {font-weight:bold}
.events-table .event-what {width:250px}
.events-table .event-who  {width:240px}


.stand-list .events-table .event-when {width: 200px}
.stand-list .events-table .event-what {width: 450px}
.stand-list .events-table .event-who {width: 300px}



.show-gallery, .show-gallery li { list-style-type:none; padding:0; margin:0}

.show-right-col ul {
    margin:0;
    list-style-type:none;
}

.related-show-links li {
    margin-bottom: 1em;
}
.related-show-links li span {
    color: #777;
}

.show-right-col h4 {
    margin:5px 0;
}
.show-right-col h4.related_shows {
    margin-top:1.5em;
    font-weight: bold
}

.show-right-col h4.first {margin-top:0}

.show-detail-event-date {
    font-weight:bold;
    margin-bottom:0;
}
.show-detail-event-loc,
.show-detail-event-time {
    margin-bottom:0;
}

.show-desc {margin-bottom:20px}

.show-artists { font-weight:bold; margin-bottom:0}

#right-col .show-details h2 { margin-bottom:0}
#right-col .show-details h3 { margin-bottom:20px}

.show-details .show-video {
    margin-bottom:10px;
}
.show-details .show-credits p {
    margin-bottom:5px;
}

.show-details .image-credits {
    float:right;
    color: #aaa;
    font-style:italic;
    font-size:11px;
}

.show-details .show-gallery-container {
    position:relative;
}
.show-details .show-gallery-container .mag {
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:23px;
    height:25px;
    background: white url(/static/css/img/mag.png) no-repeat 5px 5px ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}
.show-details .share-block {
    float:right;
    margin: 0 0 1em 1em;
    padding: 0.5em 0.5em 0 0.5em;
    border: 1px solid #ddd;
    width:100px;
}
.show-details .share-block span {color: #444 !important;}
.show-details .share-block a.at300b  {
    overflow:hidden;
    height:28px;
}
.show-details .share-block a.addthis_button_email {
    height:25px;
}