#nextShow p, #nextShow { text-align: center; }
#nextShow table { margin: 16px auto; }

#otherShows { text-align: center; }
#otherShows>div { display: -moz-inline-stack; display: inline-block; width: 300px; margin: 4px; }
#otherShows>div>div { text-align: center; }
#otherShows .production td { font-size: 80%; }
#otherShows .production td + td { white-space: nowrap; }
#otherShows table.production { margin: 4px auto; }
#otherShows ol.showButtons li { display: -moz-inline-stack; display:inline-block; float:none; }
/* hacks to make #otherShows div appear as inline-boxes for IE7- */
*:first-child+html #otherShows div { display: inline; }
* html #otherShows div { display: inline; }
*:first-child+html #otherShows ol.showButtons li { display:inline; float:none; }
* html #otherShows ol.showButtons li { display:inline; float:none; }
