<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	div.cpl_fixtures{
		height:350px;
		overflow-y: scroll;
		overflow-x: none;
		border: 1px #ccc solid;
	}
	
	div.cpl_fixtures table{
		width: 100%;
		font-size: x-small;
	}
	
	div.cpl_fixtures table thead th {
		text-transform: uppercase;
		font-size: small;
		background-color: silver;
		border-bottom: 1px solid #222;
		text-align: center;
        padding: 2px 5px;
}
	
	div.cpl_fixtures table td.cplteamlogo img{
		width: 50px;
		height: auto;
	}
	
	div.cpl_fixtures table td.leftteam{
		text-align: right;
			width: 40%;
		
	}
	div.cpl_fixtures table td.rightteam{
		text-align: left;
		width: 40%;
	}
	
	div.cpl_fixtures table td.time_location{
	text-align: center;
	width: 20%;
	}</pre></body></html>