.media-block {
	float: left;
	width: auto;
}

.content-block {
	float: right;
	width: 400px;
}

.clear-both {
	clear: both;
}

.qas-btn-block {
	height: 40px;
}

section.QASPopUp {
	height: auto;
}

.matches {
  margin-bottom: 10px;
  max-height: 200px;
  min-height: 110px;
  overflow: auto;
}