 
  html, body {
    overflow-y: visible !important;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  #title {
    color: #636363;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 32px;
  }
    
  #status-text {
    color: #212223;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    display: inline-block;
  }
  
  .boiler-text {
    height: 48px;
    width: 180px;
    color: #636363;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin: 15% auto 0 auto;
  }
  
  .boiler-text-2 {
    margin: 0 auto;
  }
    
  .line {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D4D4D4;
    opacity: 0.71;
  }
  
  #status-table {
    margin-top: 0px;
  }

  #downloadLogsDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-grow: 1;
    align-content: center;
  }

  #downloadLogsStatus {
    font-size: 14px;
  }
