<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.league-table{
	position: relative;
	width: 100%;
	float:left;
	/*border: 1px solid #ccc;*/
	
}
#top label{ font-weight:500 !important;}
input#fdate {
    color: #333 !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 600 !important;
	border-bottom:2px solid #3ab348 !important;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
}
input#tdate {
    color: #333 !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 600 !important;
	border-bottom:2px solid #3ab348 !important;
	border-left: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #fff !important;
	position:relative;
	left:10px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: #3ab348 !important;
}
.league-table ul{
	margin: 0;
	padding: 0;
}
.league-table .column-six{
	margin: 0;
	padding: 0;
}
.league-table .table-header{
	width: 100%;
	display: table;
	border-bottom:1px solid #fff;  
}

.league-table .table-body{
	width: 100%;
	display: table;
	background: #fff;
	color: #000;
	border-bottom:1px solid #dfdfdf;

}
/*.league-table .table-body:nth-child(even){
	background: #f2f2f2;
}*/
.table-body:hover, .table-body:nth-child(even):hover, 
.table-body:focus, .table-body:nth-child(even):focus{
	background: #f2f2f2;
}
.table-body:hover &gt; li, .table-body:focus &gt; li{
	color: #000;
}
.league-table .column-six .table-header:after,
.league-table .column-six .table-body:after{
	content: "";
	height: 0;
	clear: both;
}
.score-value{
	background: #3ab349;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0 5px;
}
.league-table .column-one li{
	float: left;
	width: calc(100% / 1);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-two li{
	float: left;
	width: calc(100% / 2);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-three li{
	float: left;
	width: calc(100% / 3);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-four li{
	float: left;
	width: calc(100% / 4);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-five li{
	float: left;
	width: calc(100% / 5);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-six li{
	float: left;
	width: calc(100% / 6);
	list-style: none;
	margin: 0;
	padding: 5px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-seven li{
	float: left;
	width: calc(100% / 7);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-eight li{
	float: left;
	width: calc(100% / 8);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-nine li{
	float: left;
	width: calc(100% / 9);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}
.league-table .column-ten li{
	float: left;
	width: calc(100% / 10);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: table-cell;
	text-align: center;
}


.data{
	/*display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;*/
}
.data.dots:hover{
    overflow: visible; 
    white-space: normal; 
    width: auto;
    position: absolute;
    background-color:#FFF;
}
.league-table .column-six li:last-child{
	text-align: left!important;
	margin-left: 15px;
}
.control-menu{
	cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}
.league-table .column-six li:last-child .control-menu{
	padding-right: 10px;	
	cursor: pointer;
}
.league-table .column-six li:last-child .control-menu:hover{
	opacity: .3;
}
.read-more-popup{
	position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.read-more-popup .popup-container{
	max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 0;
    box-shadow: 0 1px 15px 0px #000;
    text-align: left;
    position: relative;
    max-height: 600px;
    overflow: auto;
}
.btn-close{
	position: absolute;
	top: 15px;
	right: 15px;
}
.block-main, .block-section{
	padding: 15px;
}
.block-section{
	background: #f2f2f2;
}
.block-main, .block-main h3{
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.table-popup-item label{
	float: left;
    width: 30%;
    font-weight: bold;
}
.table-popup-item:after{
	content: "";
	clear: both;
	height: 0;
}
.btn-close{
	cursor: pointer;
}
.expand-table{
	background: #dfdfdf;
	color: #000;
	padding: 10px 0;
    clear: both;
    text-align: center;
    display: none;
}
.expand-table .expand-item {
    float: left;
    margin-left: 5px;
    width: auto;
}
.expand-table:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.expand-table .expand-item label {
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-left: 11px;
    text-align: left;
    text-transform: capitalize;
}
.largeview-hide
{
	display: none !important;
}
.ui-widget-header{ background:#3ab349 !important;}
.ui-dialog .ui-dialog-titlebar-close span{ margin:-8px !important;}
@media only screen and (min-width:768px) and (max-width:1023px){
.fteam1.data.team1, fteam2.data.team2 {
    font-size: 14px !important;
}
.col-lg-4.col-sm-4.col-md-4.set-btn.link {
    width: 101%;
    float: none;
    margin-top: 18px;
}
	.compheader .expand-item &gt; label
	{
		font-size: 12px !important;
	}
	span.data {
		font-size: 13px;
	}	
	span.data.team1, span.data.team2
	{
		font-size: 10px;
	}
	
	.fvenue, .ftime
	{
		font-weight: bold;
		float: left !important;
		width: 100% !important;
	}
	.fmore
	{
		width: 2% !important;
		text-align: right !important;
	}
	.fteam2, .rteam2
	{
		text-align: right !important;	
	}
	.fteam1, .rteam1
	{
		text-align: left !important;
		clear: both;
	}
	.rteam1, .rteam2
	{
		float: left !important;
		width: 35% !important;
	}
	.rscore
	{
		float: left !important;
		width: 30% !important;
	}
	
	.fteam1, .fteam2
	{
		float: left !important;
		width: 38% !important;
	}
	.fvs
	{
		float: left !important;
		width: 24% !important
	}
	.ftime
	{
		text-align: center !important;
		margin-right: 3px !important;
	}
	.fvenue
	{
		text-align: left!important;
	}

	.fvenue::before {
		content: " @ ";
	}	
	
	li.fmore {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
}

.date-header label {
    font-size: 12px !important;
}
.compition-header label {
    font-size: 14px !important;
}
a.sortbtn{ left: 0 !important;}
.league-table{ margin-top:30px;}
.compdate .competition-header  label{ font-size:13px !important;}
	.league-table .column-six.table-header, .league-table .column-seven.table-header, .league-table .column-eight.table-header, .league-table .column-nine.table-header {
	    display: none;
	}
	.league-table .column-six.table-body li, .league-table .column-seven.table-body li, .league-table .column-eight.table-body li, .league-table .column-nine.table-body li{
		width: 100%;
	}
	.largeview-hide
	{
		display: block !important;
	}
	.smallview-hide
	{
		display: none !important;
	}
	.expand-table .expand-item {
	    float: left;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.league-table .table-body{
		padding: 5px;
	}
	.league-table .column-seven li, .league-table .column-eight li, .league-table .column-nine li{
		width:100%;
		padding:0px;
	}
	.league-table .table-header{
		display:none;
}

.league-date {
    color: #fff !important;
}
.date-section {
    background: #266294 none repeat scroll 0 0 !important;
}
.tag-label{ font-size:15px !important;}
.form-control.datepicker {
    float: left;
    margin-right: 15px !important;
    width: 200px !important;
}
	}
@media(max-width: 767px){
	.compheader .expand-item &gt; label
	{
		font-size: 10px !important;
	}
	span.data {
		font-size: 10px;
		padding:3px;
	}	
	span.data.team1, span.data.team2
	{
		font-size: 10px !important;
	}
	
	.fvenue, .ftime
	{
		font-weight: bold;
		float: left !important;
		width: 100% !important;
	}
	.fmore
	{
		width: 2% !important;
		text-align: right !important
	}
	.fteam2, .rteam2
	{
		text-align: right !important;	
	}
	.fteam1, .rteam1
	{
		text-align: left !important;
		clear: both;
	}
	
	.rteam1, .rteam2
	{
		float: left !important;
		width: 32% !important
	}
	.rscore
	{
		float: left !important;
		width: 35% !important
	}
	
	.fteam1, .fteam2
	{
		float: left !important;
		width: 40% !important
	}
	.fvs
	{
		float: left !important;
		width: 20% !important
	}
	.ftime
	{
		text-align: center !important;
		margin-right: 3px !important;
	}
	.fvenue
	{
		text-align: left!important;
	}

	.fvenue::before {
		content: " @ ";
	}	
	
	li.fmore {
    float: left !important;
    width: 100% !important;
    text-align: center !important;
}

.date-header label {
    font-size: 10px !important;
}
.compition-header label {
    font-size: 14px !important;
}

.league-table{ margin-top:30px;}
.compdate .competition-header  label{ font-size:12px !important;}
	.league-table .column-six.table-header, .league-table .column-seven.table-header, .league-table .column-eight.table-header, .league-table .column-nine.table-header {
	    display: none;
	}
	.league-table .column-six.table-body li, .league-table .column-seven.table-body li, .league-table .column-eight.table-body li, .league-table .column-nine.table-body li{
		width: 100%;
	}
	.largeview-hide
	{
		display: block !important;
	}
	.smallview-hide
	{
		display: none !important;
	}
	.expand-table .expand-item {
	    float: left;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.league-table .table-body{
		padding: 5px;
	}
	.league-table .column-seven li, .league-table .column-eight li, .league-table .column-nine li{
		width:100%;
		padding:0px;
	}
	.league-table .table-header{
		display:none;
}

.league-date {
    color: #fff !important;
}
.date-section {
    background: #266294 none repeat scroll 0 0 !important;
}
.tag-label
{ 
font-size:13px !important;
text-align:left !important;
}
.form-control.datepicker {
    float: left;
    margin-right: 15px !important;
    width: 200px !important;
}
}
/* Responsive css for table */


    @media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
</pre></body></html>