
	.grad {  background-image: linear-gradient(#ffffff, #dadada); padding:3px; border:1px solid #dadada; margin-bottom:3px;}
	.teamname { font-size:12px; font-weight:bold; }
	.record { font-size:10px; }
	.sportname { font-size:12px; font-weight:bold; }
	.details { font-size:11px; }
	.atstyle { height:50px; }
	.atstyle2 { height:50px; }
	.eventtitle { font-size:12px; font-weight:bold; }
	.eventdescription { font-size:12px; }
	.eventdate { font-size:12px; }
	
	@media (min-width: 768px) {
	
	  /*big screens */
	  .teamname { font-size:18px; font-weight:bold; }
		.atstyle { height:50px; padding-top:20px; }
		.atstyle2 { height:50px;}
		.sportname { font-size:18px; font-weight:bold; }
	  .details { font-size:14px; }
		.eventtitle { font-size:18px; font-weight:bold; }
		.eventdescription { font-size:14px; font-weight:bold; }
		.eventdate { font-size:14px; }
	
	}
	.borderless td, .borderless th {
    border: none;
}
