$(document).ready(function() {
	$(".col-5 .bordertop").filter(function(index) {return $(this).css("display") != "none";}).last().addClass('borderbottom');

	});
