#tqaSection{
  margin-bottom: 30px;
}
#tqaSection .uni-qa-form-container {
  padding: 0 0 3%;
  margin-bottom: 30px; 
}
#tqaSection .uni-qa-form-container form{
  padding: 0 4%;
}
.tsqa_questions{
  /* margin-top: 30px; */
  margin-bottom: 30px;
}
.tsqa_box{
  margin-bottom: 20px;
}
.tsqa_box p{
  margin-bottom: 5px !important;
}

.seperator{
  position: relative;
}
.seperator:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -10px;
}

.tsq_col{
  width: 32%;
  float: left;
}
.tsq_col:not(:last-child) {
  margin-right: 2%;
}

.tsq_col input[type="text"], .tsq_col input[type="email"], .tsq_col input[type="submit"]{
  height: 35px;
  line-height: 35px;
}

.tsq_col input[type="submit"]{
  padding: 0 30px;
}
.tsq_col input[type="submit"][disabled], .tsq_col input[type="submit"][disabled]:active{
  background: #cccccc !important;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.matched_content{
  background:#ffcc7f;
  font-weight: bold;
}

._red{
  color: #ff0000;
}
._green{
  color: green;
}
._tsqa-question{
  height:40px;
  resize:none;
  line-height:20px;

  transition: height ease-in-out .15s;
  -moz-transition: height ease-in-out .15s;
  -webkit-transition: height ease-in-out .15s;
}
._tsqa-question:focus{
  height: 100px;
}
._tsqa-question-height{
  height: 100px;
}
.tsqa-spinner{
  position: absolute;
  top: 0px;
  left: 0px;
}
.tsqa-question{
  margin-bottom: 5px;
}
/*
.tsqa-question div, 
.tsqa-answer div{
  float: left;
}
.tsqa-question div:first-child, 
.tsqa-answer div:first-child{
  width: 12%;
}
.tsqa-qa-content{
  width: 85%;
}
*/
.btn-loadmore{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#tsqa_button_box .tsq_col{
  width: 49%;
}

#tsqa_button_box .tsqa-spinner{
  right: 190px;
  top: 5px;
  left: unset;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #tsqa_button_box .tsq_col{
    width: 100%;
    float: inherit;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #tsqa_button_box .tsq_col{
    width: 100%;
    float: inherit;
  }
}