/* CSS Document 
 * Compatibilités des sélecteurs : http://kimblim.dk/css-tests/selectors/
 */
nav {
  display: none;
}
a[href]:after {
  display: none;
}
html {
  background: none;
  max-width: 670px;
}
.inside {
  margin: 30px;
  width: auto;
}
.inside p {
  font-size:20px; 
}
.titleMed,
.descMed {
  font-size:18px;
}
.toolbar .titre {
  float: none;
}
tbody tr,
tbody td {
  line-height: 23px;
}
table {
}
tbody tr {
  border-bottom: solid 1px #ebeaea;
}
.t-c6 .t-th,
.t-c6 .t-td {
  width: 20%;
}
h4 {
  margin-top: 15px;
}
.col12 {
  float: left;
  width: 50%;
}
header {
  height: auto;
  /*text-align: right;*/
  margin-top: 20px;
  position: relative;
  background: none;
}
header h1 {
  position: absolute;
  right: 50px;
  top: 0px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #fff !important;
  background: #0098d7;
  background-color: #0098d7 !important;
  max-width: 390px;
  padding: 20px;
  padding-right: 50px;
  text-align: left;
}
header img {
  /*position: absolute;
  left: 20px;
  top: 1px;*/
}
table.cure {
  width: 100%;
}
.coordonnees-patient {
  max-width: 90%;
  padding: 2%;
  border: 1px solid #0098d7;
  border-left: 4px solid #0098d7;
}
.indeximc {
  padding-left:40px;
}
.indeximc p.oldIndex {
  font-size:14px;
  padding-top:2px;
  padding-bottom:5px;
}
.indeximc p.oldIndex span {
  padding-right:25px;
}
.legendeH {
  background-color:#cdc8ac;
  border:2px solid #8e846f;  
  padding:10px;
  margin-top:30px;
  margin-left:12px;
  width:420px;
}
.histoZoom .legendeH {
  margin-left:280px;
}
.legendeH ul {
  list-style:none;
}
.legendeH ul li {
  float:left;
  width:210px;
  font-family: 'Lato', sans-serif;
  font-size:15px;
  color:#736759;
}