body {
margin: 0;
}

html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Dosis" !important;
  /*font-family: "Avenir W01,Avenir Next W01,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif";*/
  color: rgb(50, 50, 50); }



.button,
button{
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px ;
  cursor: pointer;
  box-sizing: border-box; }

.nav-link{
	color: #495057;
	font-size: 1.2em;
  }

.display-5{
	font-size: 1.75em;
}

.fa-chart-bar{
  font-size: 21px;
}

/*.js-plotly-plot .plotly .modebar {
    left: 50%;
    transform: translateX(-50%);
}*/

.cell-1-1{
  margin-top: 40px;
}

#sensors-alert-table, #gauge-alert-table{
  font-size: 14px;
  width : 40px;
}


#table_risks{
  font-size: 15px;
  left: 0rem;
}
#table_cracks{
  font-size: 15px;
  left: 1.3rem;
}

/* #navbar{
  position: absolute;;
  width: 100%;
  
} */