/* Trip Log view is printed by users as proof of participation for bike shops,
 * so show trips on calendar.  Also hide some irrelevant divs and clarify
 * layout with some lines. */
.tripLog #logCalendar span.print_only {display:block;}
.tripLog .dataCol {border-left:2px solid #000;}
.tripLog .dataCol #logCalendar table th,
.tripLog .dataCol #myTeamContainer table th,
.tripLog .dataCol #topTeamContainer table th,
.tripLog .dataCol .challengeWrap table th {border-bottom:1px solid #000;}
.tripLog #logCalendar td.logged span b {margin:auto 1em;}
.tripLog .navLinks,
.tripLog .inspireFeed,
.tripLog .newsFeed,
.tripLog .yourStats ul,
.tripLog .photo,
.tripLog #footer,
.tripLog .shadowWrap p,
.tripLog .teamLogWrap,
.tripLog .challengeWrap,
.tripLog .challengeFooterWrap {display:none;}
.tripLog #logCalendar {width:35em;}
.tripLog .leftCol table {width:25em;}
.tripLog .leftCol table caption,
.tripLog .leftCol table tfoot {text-align:left;}


