.Survey table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .Survey td {
    padding: 10px;
    vertical-align: top;
  }
  
  .Survey input,
  .Survey textarea {
    width: 100%;
    box-sizing: border-box;
  }
  

  .Survey label{
    text-align: left;
  }

  .forminput input{
    width: min-content;
  }


  @media screen and (min-width: 768px) {
    .Survey {
      max-width: 70vw;
    }
    
  }