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

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 1 to 1000

.sofia-sans extra condensed-<uniquifier> {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.sfp-pool {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
}	
.sfp-pool th, td {
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	text-align: left;
	padding: 5px!important;
}	
.sfp-pool td img {
	width: 35px;
}
.sfp-pool th+th, td+td {
	text-align: left;
}	
.sfp-pool th+th+th+th, td+td+td+td {
	text-align: left;
}	
.sfp-pool th+th+th+th+th, td+td+td+td+td {
	text-align: center;
}	
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.uk-table th,td {
	padding: 3px 1px!important;
}
.sfp-pool {
	font-family: Sofia Sans Extra Condensed;
	font-size: 16px;
}	
.sfp-pool td img {
	width: 10px;
}
}

