
#speed_block{
  width:105px !important;
  color:#5a5a5a !important;
}

#speed_block .digital-big{
  font-family: 'Font Awesome 6 Free';
  font-size: 15px;
  font-weight: bold;
  width: 24px;
  display: inline-block;
  margin-left: 0px;
  color: #000;
}


#speed_block .digital-small{
  /*font-family:  'sa-digital-number';*/
  font-size:14px;
  color:#afafaf;
}

#engine_status_block{
  height: 38px;
  width:24px;
  /*position: absolute;
  left: 108px;*/
  /*background: rgba(255,255,255,0.9);
  border:1px solid rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  color:#2e9aec;*/
  /*right: 0;
  bottom: 16px;*/
  z-index:  2;
  font-size: 20px;
  padding: 2px 0 0;
  text-align: center;
  display: inline-block;
}

#speed_block .red{
  color: red !important;
}