ul.tour-categories {
  margin: 0.7em 0 0 0;
  }
  ul.tour-categories li {
    float: left;
    min-height: 4.5em;
    width: 43%;
    margin: 0;
    padding: 0.5em;
    list-style-type: none;
    line-height: 1.1em;
    }
    ul.tour-categories li .icon {
      display: inline;
      }
      ul.tour-categories li .icon img {
        float: left;
        }
    ul.tour-categories li h3 {
      margin: 0 0 0.4em 40px;
      vertical-align: top;
      font-size: 0.9em;
      text-align: left;
      }
      ul.tour-categories li h3 a:link,
      ul.tour-categories li h3 a:visited {
        font-weight: bold;
        }
    ul.tour-categories li .description {
      margin-left: 40px;
      text-align: left;
      font-size: 0.925em;
      color: #444;
      line-height: 1.5em;
      }

.tour-section {
  }
  .tour-section .breadcrumb {
    margin-bottom: 1em;
    }
  .tour-section .heading-icon {
    }
  .tour-section h2 {
    clear: both;
    border: 5px solid #E1E1E1;
    padding: 0.3em 0.2em;
    border: 1px solid #ccc; 
    text-transform: uppercase; 
    border-radius: 4px; 
    padding-left:10px; 
    color: #585959; 
    text-shadow: 0px 1px #eee; 
    background: #ddd;
    }
  .tour-section h2:target,
  .tour-section h3:target {
    color: #F00;
    }
  .tour-section h3 {
    font-style: italic;
    }
  .tour-section table.paper-savings {
    width: 100%;
    margin-top: 1.5em;
    }
    .tour-section table.paper-savings dl dd {
      font-size: 0.8em;
      }
  .tour-section .forward {
    float: right;
    }
  .tour-section .back {
    float: left;
    }
  .tour-section .section-icon {
    float: left;
    margin: 4px 16px;
    }

/* In the tour we round h2 headings. Because of limitations in CurvyCorners we do this on the h2 top level. */
h2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  }

.report-list {
  width: 100%;
  }
  .report-list td {
    vertical-align: top;
    padding: 0 1em 1em 1em;
    text-align: center;
    }
    .report-category {
      font-size: 120%;
      font-weight: bold;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin: 20px 0 20px 0;
      padding: 4px;
      }
    .report-title {
      font-weight: bold;
      }
    .report-features {
      padding: 0 0 0 10px;
      text-align: justify;
      }
      .report-features li {
        margin: 0;
        font-size: 90%;
        }
  .report-list td:target .report-title {
    color: #F00;
    }

ul.animated-demos li {
  list-style-image: url(/images/icons/16/film.png);
  }
.animated-demo {
  margin: 2em;
  text-align: center;
  }
