@charset "UTF-8";
/* CSS Document */

/* SFP HEADLINE COVER */
	.sfp-headline {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		background-color: none;
		padding: 0px 20px;
		max-width: 1000px;
	}
	.sfp-headline-text {
		font-size: 4rem;
		text-transform: uppercase;
		font-family: "PT Sans", sans-serif;
		line-height: 4.5rem;
		letter-spacing: 4px;
		text-shadow: 2px 2px 12px #000;
	}
	.sfp-headline-button {
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		margin: 0px 5px;
		border-radius: 5px;
		width: 33.3333%;
		padding: 5px 30px;
		border: 2px solid #6EEAE7;
		background-color:#0A0B6040; 
		background-image: linear-gradient(to right bottom, #00000080 , #0D3BFF80);
	}
	
@media only screen and (max-width: 600px) {
	/* sub menu squad */
	.sfp-headline-text {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}
	
.sfp-page-wrap-table {
	max-width: 950px;
    align-items: center;
    color: #f0e8e3;
	background-color:#0A0B60; 
	overflow:auto; 
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0px;
	}



.league-table th {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #9190B8;
	text-align: center;
}	
.league-table td {
	font-family: "PT Sans", sans-serif;
	color: #fff;
  	text-transform: uppercase;
  	font-size: 26px;
	letter-spacing: 2px;
  	border-bottom: 1px solid #232275;
  	border-collapse: collapse;
  	text-align: center;
}	
table.league-table tr:nth-of-type(4) { 
  border-bottom: 2px solid #0D3BFF;
  border-collapse: collapse;
}
/*
table.league-table tr:nth-of-type(7) { 
  border-bottom: 2px dotted #0D3BFF;
  border-collapse: collapse;
}
*/
.league-table td img {
  width: 15px;
}
.league-table td+td+td img {
  width: 40px;
  text-align: left;
}
table.league-table th+th+th+th {
  text-align: left;
}	
table.league-table td+td+td+td {
  text-align: left;
  white-space: nowrap;
}	
table.league-table th+th+th+th+th {
	text-align: center;
	font-style: italic;
	opacity: 0.5;
}	
table.league-table td+td+td+td+td {
	text-align: center;
	font-style: italic;
	opacity: 0.5;
}	
table.league-table th+th+th+th+th+th {
	font-style: normal;
	opacity: 1;
}	
table.league-table td+td+td+td+td+td {
	font-style: normal;
	opacity: 1;
}	
table.league-table th+th+th+th+th+th+th {
	text-align: center!important;
	font-style: italic;
	opacity: 0.5;
}	
table.league-table td+td+td+td+td+td+td {
	text-align: center!important;
	font-style: italic;
	opacity: 0.5;
}	
table.league-table th+th+th+th+th+th+th+th {
	font-style: normal;
	opacity: 1;
}	
table.league-table td+td+td+td+td+td+td+td {
	font-style: normal;
	opacity: 1;
}	
table.league-table tr:hover { 
  background-color: #050096;
}
table.league-table a:link { 
  color: #fff;
}
	
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 1023px) {
.league-table td {
	font-family: "PT Sans", sans-serif;
  	font-size: 20px;
	letter-spacing: 2px;
}	
}
@media only screen and (max-width: 825px) {
.league-table td {
	font-family: "PT Sans", sans-serif;
  	font-size: 18px;
	letter-spacing: 2px;
}	
}
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
.league-table td {
	font-family: "PT Sans", sans-serif;
  	font-size: 15px;
	letter-spacing: 2px;
}	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.uk-table th,td {
    padding: 6px 3px!important;
}
.league-table th {
	font-family: "Roboto", sans-serif;
	font-size: 9px;
}	
.league-table td {
  font-family: Sofia Sans Extra Condensed;
	font-size: 16px;
	letter-spacing: 0px;
}	
.league-table td img {
  width: 10px;
}
.league-table td+td+td img {
  width: 25px;
}
}
.league-table a:link {
	color: #fff;
}
.league-table a:visited {
	color: #fff;
}



