.details_table {
    border: none;
    line-height: 1.5;
    width: 100%;
    max-width: 800px;
    word-wrap: break-word; 
    white-space: pre-line; 
  }

  .sensor_details li {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sensor_value {
    line-height: 1.0;
    font-weight: bold; 
    text-align: center;
    word-wrap: break-word;
    white-space: pre-line; 
    background-color: white;
  }

  .loop_mh_value {
    color: black; 
    font-size: 36pt; 
  }

  .loop_closed {
    display: none; 
    color: blue; 
    font-size: 18pt; 
  }

  .contact_value {
    display: none; 
    color: black; 
    font-size: 24pt;
  }