﻿
$(document).ready(function() {
    $('.col.left').height($('.col.right').height() - 50);
});
