.title {
  font-size: 1.8em;
  color: #666;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.section-title {
  font-size: 1.6em;
  color: #999;
  font-weight: normal;
  font-style: italic;
  margin: 1.5em 0;
  border-top: 1px solid #dadada;
  padding: 0.5em 0;
  text-align: right;
}
.chart-title {
  font-size: 1.4em;
  color: #666;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.half {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.half.last {
  margin-right: 0;
}

/*Notebook settings */
@media only screen and (max-width : 1024px) {
 body.class_analyse_site div.header
 {
	 float:inherit;
 }
}

