/* style.css */
body {
    font-family: Arial, sans-serif;
    margin: 20px;
  }
  
  button {
    margin: 10px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
  }
  
  #exportBtn {
    background-color: #4caf50;
    color: white;
  }
  
  table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
  }
  
  th,
  td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
  }
  
  th {
    background-color: #f4f4f4;
  }
  .prev-highlight{
    background-color: aqua;
  }
  .highlight {
    background-color: lightgreen;
  }
  .no-duration{
    background-color: aqua;
  }
  /*.no-log {
    // This class is used to exclude buttons from logging 
  }*/
  .guide-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
  }
  .ta-section{
    border: 3px solid blue; 
    padding: 2px;
  }
  table.tl{
    border-collapse: collapse;
  }
  th.tl, td.tl {
      border: 1px solid #ccc;
      padding: 4px;
      text-align: center;
    }
  button.tl {
      width: 100%;
      padding: 8px;
      cursor: pointer;
    }
#chartdiv {
  width: 100%;
  height: 500px;
}