tr.collapse.in {
  display:table-row;
}

.hiddenRow {
padding: 0 4px !important;
background-color: #eeeeee;
font-size: 13px;
}
.accordian-body span{
color:#a2a2a2 !important;
}


#myInput {
  background-image: url('/static/img/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

.question {
  background-color: white;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.form-control {
    width: 100%;
    margin: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.answer {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.condition {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.new-answer {
    padding-left: 20px;
    opacity: 0.4;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    opacity: 0.4;
    pointer-events: none;
}

.overlay-span {
    margin-right: 2em;
    text-align: center;
    font-size: 3em;
    color: #aaa;
}

.question-text {
    font-size: 1.5em;
    font-weight: bold;
}
