.underline-on-hover:hover {
  text-decoration: underline;
}
.qa_content.on {
margin: 6px 0 0;
height: 100%;
/*
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
*/
}
.qa_content {
margin: 0px;
height: 0;
overflow: hidden;
/*
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
*/
}
.order_min {
display: none;
}
.order_min.on {
display: block;
}

.sidebar {
  width: 100%;
}

.order_min {
  width: 100%;
}