#body.printable{
  background-color: white;
}

#body.printable #main{
  width: 800px;
  margin: auto;
}

#body.printable #status{
  float: none;
}

#body.printable #status #photo{
  margin: 45px 0 10px 20px;
}

#body.printable #status #info{
  padding: 30px 0;
}

#body.printable #bottom img{
  display: none;
}

#body.printable #bottom .coloured-rectangle{
  height: auto;
  background-color: white;
  color: black;
}

#body.printable #wishes #text{
  padding-left: 20px;
}

#body.printable #wishes{
  height: auto;
  width: auto;
  padding: 0;
}

#body.printable #status{
  float: none;
}

#body.printable #wishes, #body.printable #skills, #body.printable #techs, #body.printable #missions-1{
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

#body.printable #missions{
  background-image: none;
}

#body.printable .mission{
  break-inside: avoid;
}

#body.printable #missions-1{
  width: auto;
}

#body.printable #techs{
  width: auto;
}

#body.printable #skills{
  height: auto;
  padding: 0 ;
}

#body.printable .skill-graph-cell{
  padding-right: 15px;
}

#body.printable .header, #body.printable #wishes #title{
  margin-top: 33px;
  padding-left: 10px;
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #34495e;
  text-align: left;
}

@media print {

  #type-change{
    display: none;
  }

}
