
      .alarms-tbl{width:800px; border-collapse:collapse;
                  border: 2px solid black;
                  margin: 0 auto;

                  th{background-color: lightblue;
                     text-align: center;
                     height: 30px;
                     border: 2px solid black;}
                  td{height: 90px;
                     text-align: center;
                     border: 1px solid black;}
                    }
      
      
      body {
        background-color: rgb(186, 211, 195);
         p {
            width:  60px;
            height: 20px; }

      /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ada2a2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: rgb(117, 141, 136);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
         
      .button-container {
                  display: flex; /* Use flexbox to align items in a row */
                  justify-content: space-between; /* Optional: space buttons evenly */
                           }
                          }  
      
      .sub-container{width: 700px; 
                  border:2px solid black;
                  margin: 0 auto;




      }
  
  
  
      .sub-sensor{
                  width: 350px; 
                  border:1px solid black;
                  margin: 0 auto;

                  th{background-color: lightblue;
                    border: 1px solid black;
                    text-align: center;
                    height: 30px;

                  }


      }



      .sensors{ width:800px; 
                
                padding: 10px 20px;
                border: 2px solid black;
                background-color: rgb(194, 194, 176);
                padding: 0.5rem;
                margin: 0 auto;
                               
                th {background-color: lightblue;
                    text-align: center;
                    height: 30px; }

                tr{ height: 30px;


                }

                meter { width: 300px;
                        height: 58px;
                         progress[value] {-webkit-appearance: none;
                                          appearance: none;
                                          width: 300px;
                                          height: 30px;
                                         }                               
                      }
                .calibrate-panel { width: 400px;
                                   background-color: #f4f4f4;
                                   border: 1px solid black;
                                   padding: 20px;
                                   margin: 10px;
                                 }
                 
                button:active{
                              background-color:red;
                             }
                            
                button {width: 120px;
                        height: 40px;
                         background-color: #2258c3;
                         color: white;
                         border: none;
                         padding: 10px 20px;
                         border-radius: 20px;
                         cursor: pointer;
                          }
                 select{
                         width:  320px;
                         height: 30px;

                            }

                  input {
                         width:  60px;
                         height: 20px;

                            }
                          }                

       .automatedControls-tbl {width:800px; border-collapse:collapse;
                 border: 2px solid black;
                  border-radius: 6px;
                  margin: 0 auto;
                  padding: 10px 20px; 
               td {padding:15px;
                          }
               th {background-color: lightblue;
                   height: 30px;
                   text-align: center;}

               button:active{
                              background-color:red;
                             }

                        }



  .manualControls-tbl {width:800px; border-collapse:collapse;
                 border: 2px solid black;
                  border-radius: 6px;
                  margin: 0 auto;
                  padding: 10px 20px; 
               td {padding:15px;
                          }
               th {background-color: lightblue;
                   height: 30px;
                   text-align: center;}
               button{width: 180px;
                       height: 40px;
                         background-color: #2258c3;
                         color: white;
                         border: none;
                         padding: 10px 20px;
                         border-radius: 20px;
                         cursor: pointer;    }
                input {
                         width:  50px;
                         height: 20px;

                            }

                 button:active{
                              background-color:red;
                             }
                        
                        }



