/*–––––––––––––––––––––––––––––––––––––
print style sheet
version: 1.0
–––––––––––––––––––––––––––––----------–*/

/* ~~ =general ~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
  text-align: normal;
  font-size: 10pt;
}

#header,
#sidebar #box,
#sidebar #cooperation,
#footer {
  display: none;
}

#wrapper {
  border: none;
}

#sidebar img#logo {
  float: left;
  position: static;
  padding: 0 0 40px 0;
}

#content {
  margin: 0;
  width: 100%;
}

#content #intro,
#content p {
  width: 100%;
}


#content ul {
  list-style-type: circle;
}

#content ul li {
  list-style-type: circle;
  background: none;
  margin: 0 0 0 40px;
  padding: 0 0 0 5px;
}


/* ~~ =specific pages ~~~~~~~~~~~~~~~~~ */

#home img {
  display: none;
}

#home #content #team {
  float: none;
  border: none;
}

#home #content #team ul li {
  float: none;
}

#home #content #team ul li span {
  display: inline;
}

/* -- */

#whoWeAre #content ul {
  list-style-type: none;
}

#whoWeAre #content ul li {
  list-style-type: none;
}

/* -- */

#whereWeAre #sidebar #house,
#whereWeAre #content .hints {
  display: none;
}

/* -- */

#howWeCharge #content ul#typeHealthSystem {
  list-style-type: none;
  width: 100%;
}

#howWeCharge #content ul#typeHealthSystem li {
  list-style-type: none;
  width: 42%;
}

#howWeCharge #content ul#typeHealthSystem li div p {
  width: 100%;
}
