I have some groups of content which consists of two divs, both divs contain text, and I want the second div of each set to match the height of the first.
HTML (Cannot be changed unfortunately)
<!-- group one --> <div class="item"> .... content here </div> <div class="item_open"> .... content here too </div> <!-- group two --> <div class="item"> .... completely different content here </div> <div class="item_open"> .... some more content here too </div>