<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hueman
Theme URI: http://presscustomizr.com/hueman/
Version: 3.1.1
Description: Hueman is a mobile friendly WordPress theme for blogs, magazines and business websites. It's been designed to beautifully display pictures and text content, and engineered to be easy to use and fast. The Hueman theme helps you attract and retain more visitors, that's why it's already used by 70K+ active websites in the world and has received hundreds of five stars ratings.
Author: nikeo
Author URI: http://presscustomizr.com
Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: hueman
Copyright: (c) 2015-2016 Nicolas GUILLAUME (nikeo), 2013-2015 Alexander "Alx" Agnarson
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
The main css stylesheet of the Hueman theme is located in /assets/front/css/main.css.

The main reason why the main stylesheet of the Hueman theme has been moved to another place is : minification.
Minification is a technique to compress a css file and therefore improve speed (page load time) of your website.

This style.css file provides details about the Theme (in the form of comments above) that is read by WordPress, and therefore cannot be minified.

Note : You can load the not minified stylesheet if you uncheck the option in the customizer &gt; Global Settings &gt; performances
*/
.statistics td {
	border:1px solid #0072BC;
	font-size:10px;
	text-align:center;
	color:#000;
	padding:2px;
}

.statistics th {
	border:1px solid #0072BC;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	color:#0072BC;
	background:#E9F0F8;
}
.statistics tbody tr {
	cursor:pointer;
}

.statistics tr.win {
	background:#1DCE1D !important;
}

.statistics tr.draw {
	background:#EFF246 !important;
}

.statistics tr.lose {
	background:#F24646 !important;
}
/*
Developers Recommendation
To make it easy to update your theme, you should NOT add your custom css rules to this file. Instead use
a child theme to add your styles. You can copy a style from this file and paste it in the child
theme's style.css and it will override the style in this file. You have been warned! :)

If you don't know what a child theme is, you really want to spend 5 minutes learning how to use child themes in WordPress, you won't regret it :) !
https://codex.wordpress.org/Child_Themes
*/

.betsonline-text-holder {
    width: 100%;
    background: #33363b;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    float: left;
    height: 366px;
}

.online-bookmakers {
	width:100%;
	float:left;
	border-radius:5px;
	border:none;
	margin:0px;
border-collapse: separate;
	border-spacing:0px;
}

.online-bookmakers tr {
	background:#33363b;
}

.online-bookmakers th {
	color: rgba(255,255,255,0.7);
	text-align:center;
	height:33px;
	/*font-weight:bold;*/
	font-size:13px;
width:20%;
	padding:10px 0px 0px 0px;
	background:url(../images/nav-backgr.png) 0px 0px repeat-x;
	border-bottom:1px solid rgba(255,255,255,0.7);
}

.online-bookmakers td {
	text-align:center;
	padding:5px 5px;
font-size:13px;
vertical-align: middle;
color: rgba(255,255,255,0.7);
width:20%;
}

.online-bookmakers td a {
	display:block;
}
.online-bookmakers td a img {
	margin-top: 7px;
}
.online-bookmakers th:first-child {
	border-radius:3px 0px 0px 0px;
}

.featured {
	float: left;
    width: 100%;
}

.online-bookmakers th:last-child {
	border-radius:0px 3px 0px 0px;
}

.bookmaker-permalink, .bookmaker-permalink:visited, .bookmaker-link, .bookmaker-link:visited {
    display: block;
    text-align: center;
    height: 27px;
    border-radius: 3px;
    font-weight: bold;
   /* width: 120px;*/
    padding: 3px 0px 0px 0px;
    margin: 0px auto;
    font-size: 12px;
    color: #1a4e88;
    text-decoration: none;
    background: #ffff00;
    background: -moz-linear-gradient(top, #ffff00 0%, #C1C105 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffff00), color-stop(100%, #C1C105));
    background: -webkit-linear-gradient(top, #ffff00 0%, #C1C105 100%);
    background: -o-linear-gradient(top, #ffff00 0%, #C1C105 100%);
    background: -ms-linear-gradient(top, #ffff00 0%, #C1C105 100%);
    background: linear-gradient(to bottom, #ffff00 0%, #C1C105 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#C1C105',GradientType=0 );
}
.bookmaker-permalink:hover, .bookmaker-link:hover {
	display:block;
	text-align:center;
	height:27px;
	border-radius:3px;
	/*width:120px;*/
	padding:3px 0px 0px 0px;
	font-size:12px;
	color:#1a4e88;
	text-decoration:none;
	background: #C1C105;
    background: -moz-linear-gradient(top, #C1C105 0%, #ffff00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C1C105), color-stop(100%, #ffff00));
    background: -webkit-linear-gradient(top, #C1C105 0%, #ffff00 100%);
    background: -o-linear-gradient(top, #C1C105 0%, #ffff00 100%);
    background: -ms-linear-gradient(top, #C1C105 0%, #ffff00 100%);
    background: linear-gradient(to bottom, #C1C105 0%, #ffff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C1C105', endColorstr='#ffff00',GradientType=0 );
}

/*.coefficients th:first-child {
border-radius:5px 0px 0px 0px;
}

.coefficients th:last-child {
border-radius:0px 5px 0px 0px;
}*/

.coefficients th {
background-color: #33363b;
color: rgba(255,255,255,0.7);
}

.coefficients td {
font-weight:bold;
color:#000;
border-bottom:1px solid #33363b !important;
}

.coefficients td a:hover {
	transform: scale(1.2);
}

.coefficients td a {
display: block;
    padding-top: 8px;
transition: all .2s ease-in-out;


}

.coefficients td.red {
color:#ff0000;
}

.coefficients {
border:1px solid #33363b;
border-radius:5px;
}


body {
    background: url(../../uploads/2016/10/new-body-bg2.png);
    background-position:top center;
}

#header {
    background:transparent !important;
}</pre></body></html>