iframe#searchFrame {
    width: 100%;
    height: 670px;
}

table.tablesorter thead tr .header:after {
     content: ' \2195';
} 

table.tablesorter th.header{
    height:auto;
}
.btm_spacer{
    margin-bottom: 3rem;
}

table.tablesorter th.header:hover, table.tablesorter th.header:focus {
    background: #007dba;
    text-decoration: underline;
    border-color: #007dba;
}

/* Setting height equal for callout links */
 #anchor-callout-links section.section a.card.card-button.mb-3 {
	 height: 90%;
	 overflow: hidden;
}

#anchor-success-stories .card.h-100 {
    flex-direction: column;
}

#anchor-success-stories .card.h-100 .card-body, .card.h-100 .card-img-top{
    flex-basis: auto;
}

 @media (min-width: 992px){
    h2#drug-discovery-companies-listed-from-a-z {
        max-width: 755px;
    }
}

 @media (max-width: 1200px){
	 #anchor-success-stories .col-md-4.mb-3{
		 flex: 0 0 50% !important;
		 max-width: 50% !important;
	}
}
