 $(document).ready(function(){
   	$(".day a:first").css("border-bottom", "none");
 });

