    #chimputable {
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      border-collapse: collapse;
      width: 100%;
      font-size: 14px;
    }

    #chimputable td, #customers th {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: left; /* This aligns the text to the left */
    }

    #chimputable tr:nth-child(even){background-color: #f2f2f2;}

    #chimputable tr:hover {background-color: #09D8AA;}

    #chimputable th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #008DBA;
      color: white;
      font-size: 14px;
    }

    .responsive-container {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
        }

     .responsive-container iframe, .responsive-container object, .responsive-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        }
  
    #question_text {
        width: 200px;
    }
