body {
   background: white;
   font-size: 12pt;
   }
#navigation, #footer, .submenu, .backtotop, .skip {
   display: none;
   }
#wrapper, #content  {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   padding-top: 1em;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://http://www.mcmconferences.com/isrp11/" attr(href) ") ";
   }
   
/* Tables */

table {width: 100%;padding: 0;margin:0 0 1.5em 0; border-top: 1px solid #000;}
caption {padding: 0 0 0.5em 0;font-style:italic;text-align: right;}
th {font-weight:normal; color: #fff; border-right: 1px solid #000; border-bottom: 1px solid #000; text-align: left; padding: 1em; background: #000 ;}
th.first {border-left: 1px solid #000;}
td { border-right: 1px solid #000; border-bottom: 1px solid #000; padding: 1em; color: #000; }
th.type{ background: #fff; letter-spacing: 0em; text-transform: none; color:#000; border-left: 1px solid #000; border-right: 1px solid #000; border-bottom: 1px solid #000; }
td.alt, th.alt, tr.alt, tr.alt th {background: #eee;color: #000;}
tr.stream th {background: #bfe5f2;color: #333; font-weight:normal;}
tr.stream td {background: #bfe5f2;color: #000; font-weight:bold;}
