<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.full-width-table-dark {
	width: 1300px;
	max-width: 97%;
	margin: 30px auto 40px;
	display: grid;
}

.full-width-table-dark a {
	text-decoration: none;
}

.fwtd-bookie a {
	cursor: pointer;
}

.fwtd-bookie {
	padding: 2px;
	border-radius: 16px;
	box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	margin-bottom: 30px;
	transition: 110ms ease-in;
	border: 4px solid #1a1a1a;
	align-self: flex-start;
}

.fwtd-bookie:hover {
	box-shadow: 0px 15px 40px 0px rgba(109, 141, 173, 0.55);
}


.fwtd-bookie-inner {
	background: #1a1a1a;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 12px;
	height: 100%;
}

.fwtd-inner-info {
	display: flex;
	flex-wrap: wrap;
}


.fwtd-inner-info &gt; div {
	flex: 1;
	width: 25%;
	min-width: 280px;
}

.fwtd-logo-rank {
	position: relative;
	display: flex;
    padding: 30px  0 30px 30px;
	justify-content: flex-start;
	align-items: center;
}

.fwtd-stars-text::after,
.fwtd-details::after,
.fwtd-logo-rank::after {
	content: "";
	width: 1px;
	height: 70px;
	background: #ddd;
	right: 0;
	top: 30px;
	position: absolute;
	
}

.fwtd-logo-rank a {
	display: flex;
	position: relative;
}

.fwtd-logo-rank a img {
	border-radius: 8px;
	width: 70px;
	height: 70px;
	margin-right: 13px;
/* 	box-shadow: 0px 3px 8px #0f102722; */
		border: 2px solid #555
	
}

h3.title-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: .8em;
	padding-top: 5px;
	transition: 90ms ease-in;
	font-family: 'Poppins', sans-serif;
	color: #fff
}


h3.title-link span {
    font-size: .5em;
	display: block;
	white-space: nowrap;
	color: #999;
	font-family: 'Helvetica Neue';
	font-weight: 500;
	letter-spacing: -.5px
}

.fwtd-details &gt; a:hover,
.fwtd-logo-rank a:hover h3.title-link,
.fwtd-logo-rank a:hover h3.title-link span,
h3.title-link:hover,
h3.title-link:hover span
{
	color: #73bedb 
}

.fwtd_ranking {
	position: absolute;
	background: #666;
	width: 35px;
	height: 35px;
	font-size: .8em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Impact;
	border-radius: 50%;
	top: -15px;
	left: -15px;
	padding: 2px;
	box-shadow: 1px 3px 5px #0f102733
}

.fwtd_ranking span {
	background: #000;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwtd-details {
	text-align: center;
	line-height: 1.4em;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fwtd-details &gt; a {
	font-weight: 600;
	padding: 0 10px;
    line-height: 1.1em;;
	color: #eee
}

.fwtd-details a:hover {
	color: #73bedb
}

.fwtd-code-link {
	margin: 6px auto 0px;
	display: flex;
	font-weight: 500 !important;
	justify-content: center;
	border-radius: 30px;
	padding: 6px 20px !important;
	border: 1px solid #23386d;
	font-size: .9em;
	font-family: 'Helvetica Neue';
	background: #4361ad;
	color: #fff !important
}

.fwtd-code-link strong,
.fwtd-code strong {
	margin-left: 5px;
	color: yellow !important;
}

.fwtd-code {
	margin: 7px auto 0px;
	background: #2a2a2a;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	padding: 2px 20px !important;
	border: 2px solid #666;
	font-size: .9em;
	font-family: 'Helvetica Neue';
	color: #fff
}

.fwtd-code.fwtd-nocode {
	background: #2a2a2a;
	border: 2px solid #666;
	font-size: .85em;
	color: #fff
}

.fwtd-code strong {
	margin-left: 5px;
	color: #197634
}

.fwtd-flag-apps {
	display: flex;
    justify-content: center;
	margin-top: 5px;
}

.fwtd-flag img {
	max-height: 23px;
}

.fwtd-apps {
	display: flex;
}

.fwtd-apps div {
	width: 23px;
	margin-left: 5px;
}

.fwtd-stars-text {
    display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
	align-items: center;
}

.fwtd-stars {
	border: 1px solid #aaa;
	padding: 0 15px;
	border-radius: 30px;
	margin-bottom: 7px;
	 font-size: .9em;
}

.fwtd-stars span {
	font-weight: 900;
	margin-left: 1px;
	color: #aaa
}


.fwtd-intro {
    max-width: 320px;
	line-height: 1.3em;
	font-size: .8em;
	text-align: center;
	padding: 0 13px;
	color: #eee;
}

.fwtd-links {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.fwtd-links a {
	padding: 5px 17px 5px 34px;
	min-width: 220px;
	border-radius: 50px;
	font-family: 'Helvetica Neue';
	font-weight: 900;
	font-size: .95em;
	color: #fff;
	cursor: pointer;
	transition: 100ms ease-in;
	position: relative;
}

.fwtd-bet-link {
	margin-bottom: 5px;
	background: #4390ae;
}

.fwtd-links a::before {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwtd-bet-link::before {
	content: "âœ”";
	font-size: .8em;
	left: 9px;
	top: 10px;
	color: #4390ae;
}

.fwtd-review-link::before {
	content: "âžœ";
	font-size: .8em;
	left: 9px;
	top: 10px;
	color: #7d8aac;
}

.fwtd-review-link {
	margin-bottom: 5px;
	background: #7d8aac;
}

.fwtd-review-link:hover {
	background: #626e8d;
	box-shadow: 0px 7px 20px 0px #000;
	color: #fff !important;
}

.fwtd-code-link:hover,
.fwtd-bet-link:hover {
	background: #326174;
	box-shadow: 0px 7px 20px 0px #000;
	color: #fff !important;
}

.fwtd-code-link:hover strong {
	color: #abff58
}

.fwtd-bet-link:hover::before {
	color: #326174;
}

.fwtd-review-link:hover::before {
	color: #626e8d;
}

.fwtd-terms {
	background: #272727;
	border-radius: 0 0 13px 13px;
    padding: 7px 20px 7px;
	border-top: 1px solid #ccc
}

.fwtd-terms p {
	margin: 0;
	font-size: .85em;
	color: #bbb;
	line-height: 1.2em
}

.fwtd-tc-link {
	margin-left: 4px;
}

.fwtd-terms p a {
	color: yellow 
}

@media(max-width: 1195px) {
	
	.full-width-table-dark {
	    max-width: 98%;
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-column-gap: 20px;
    }   

    .single-bookie .full-width-table-dark {
	    grid-template-columns: 1fr;
    }  
	
	.fwtd-bookie {
	    margin-bottom: 20px;
    }

    .fwtd-inner-info &gt; div {
	    width: 100%;	
    }
	
	.fwtd-logo-rank {
	    display: flex;
	    justify-content: center;
	    align-items: center;
		padding: 30px 15px 15px
    }
	
    .fwtd-stars-text::after,
    .fwtd-details::after,
    .fwtd-logo-rank::after {
	    content: none;
    }

	.fwtd-details &gt; a:first-of-type {
		font-size: 1.3em;
		max-width: 300px;
	}
	
    .fwtd-code-link {
	    margin: 12px auto 0px;
		border-radius: 30px;
	    padding: 8px 30px !important;
	    font-size: 1.1em;
    }


    .fwtd-code {
        margin: 12px auto 0px;
	    padding: 5px 25px;
	    border: 1px solid #bbb;
	    font-size: 1em;
	    font-family: 'Helvetica Neue'
    }

    .fwtd-code.fwtd-nocode {
	    font-size: .9em;
    }

    .fwtd-details {
		min-width: 100% !important;
	}

    .fwtd-details &gt; div {
        margin: 10px 0
	
    }

    .fwtd-flag img {
	    max-height: 30px;
    }

    .fwtd-apps {
	    display: flex;
    }  

    .fwtd-apps div {
        width: 27px;
        margin-left: 8px;
        padding-top: 2px
    }

    .fwtd-stars {
        border: 1px solid #aaa;
        padding: 4px 20px 4px 20px;
        border-radius: 30px;
        margin: 4px auto 10px;
        font-size: 1.4em
    }

    .fwtd-intro {
        max-width: 450px;
        line-height: 1.3em;
        font-size: 1em;
        padding: 0 13px;
        margin-bottom: 0;
    }  
	
	.fwtd-links {
	    display: flex;
        margin: 15px 25px 15px;
    }

    .fwtd-links a {
	    padding: 10px 17px 10px 48px;
	    width: 100%;
	    font-size: 1.3em;
    }
	
    .fwtd-bet-link {
		margin-right: 5px;
	}
	
	.fwtd-links a::before {
		font-size: 1em;
		width: 30px;
		height: 30px;
		top: 9px
	}
	
}

@media(max-width: 800px) {
	
	.fwtd-stars {
	    font-size: 1.2em
    }
	
	.fwtd-inner-info &gt; div {
	    min-width: 200px;
    }
}

@media(max-width: 730px) {
	
	.fwtd-stars {
	    font-size: 1em
    }
	
	.full-width-table-dark {
        max-width: 98%;
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
    }
	
	.fwtd-inner-info {
		display: flex;
		flex-direction: column;
	}
	
	.fwtd-links {
		max-width: 100%;
		margin: 15px auto;
	}
	
	.fwtd-links a {
		max-width: 90%;
		align-items: center;
		justify-content: center;
	}
	
}</pre></body></html>