/* $Id: print.css,v 1.1.2.1 2009/02/13 06:40:02 johnalbin Exp $ */
/* Updated dawansv */

  .noprint {
    display: none;
  }

  body>div>div,
  body>div>div>div {
    page-break-after: always
  }

  h1 {
    page-break-before: avoid
  }


  h2, h3, h4 {
    page-break-before: avoid
  }

  div {
    page-break-inside: avoid
  }

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline;
  }

  /* Don't underline header */
  #site-name a:link,
  #site-name a:visited
  {
    text-decoration: none !important;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
  #skip-to-nav, #navbar, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }

/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible;
  }

/* images */

  .inline-left {
    float: left;
    display: inline;
    /*margin: 0 1em 1em 0;
    padding: 4px 4px;*/
  }

  .inline-right {
    float: right;
    display: inline;
    /*margin: 0 1em 1em 0;
    padding: 4px 4px;*/
  }

  .block-center {
    display: block;
    text-align: center;
  }

/** 4lenses **/

  table.textchart th,
  table.textchart td,
  .view-view-synergies-and-tensions td,
  .view-view-synten-filtered td,
  .view-view-synten-filtered-short td
  {
    border: 1px solid;
    padding: 5px;
    vertical-align: top;
    text-align: left;

  } 

  .view-view-synergies-and-tensions .row-1 .col-1 .views-field-title
  {
    display: none;
  }

