@charset 'UTF-8';

/* fixes for the default theme */
.entry-content .x-wcup-content table,
.page-content .x-wcup-content table {
	font-size: 1em;
}
.entry-content .x-wcup-content td,
.page-content .x-wcup-content td {
	padding: 6px;
}
.x-wcup-content::-webkit-scrollbar {
    -webkit-appearance: none;
}
.x-wcup-content::-webkit-scrollbar:vertical {
    width: 14px;
}
.x-wcup-content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}
.entry-content .x-wcup-widget a,
.page-content .x-wcup-widget a {
	text-decoration: none;
}
.entry-content .x-wcup-news a:hover,
.page-content .x-wcup-news a:hover {
	text-decoration: underline;
}
.widget .x-wcup-widget.sidebar a,
.widget .x-wcup-widget.sidebar a:hover,
.widget .x-wcup-widget.sidebar a:active {
	color: #0087E6;
}
.entry-content .x-wcup-news th,
.page-content .x-wcup-news th {
	text-transform: normal;
}


/* fixes for strapped theme */
.entry .x-wcup-widget li.x-wcup-group {
	margin: 5px 0 0 0;
}
.entry .x-wcup-widget li.x-wcup-tab {
	margin: 0;
}
.entry .x-wcup-widget ul {
	padding: 0;
	text-indent: 0;
}
.entry .x-wcup-widget ul li:before,
.entry .x-wcup-widget ul li:after {
	content: '';
}
.entry li.x-wcup-spinner {
	margin: 4px;
}

/* widget styles */
.x-wcup-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.54;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1;
	clear: both;
	
	/* adjustable */
	/*height: 570px;*/
	max-height: 570px;
}

/* loaded in a sidebar */
.x-wcup-widget.sidebar {
/*	height: 534px;*/
	max-height: 534px;
	width: 100%;
	background: inherit;
}
.x-wcup-widget.sidebar li.x-wcup-tab {
	float: none;
}
.x-wcup-widget.sidebar h2.x-wcup-header {
	display:none;
}
.x-wcup-widget.sidebar h1.widget-title {
	color: #666666;
	text-transform: none;
	font-size: 25px;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.x-wcup-widget.sidebar li.x-wcup-spinner {
	display: none !important;
}
.x-wcup-widget.sidebar .x-wcup-content {
/*	height: 342px; */
}
.x-wcup-widget.sidebar ul.x-wcup-groups {
	width: 100%;
}
.x-wcup-widget.sidebar .x-wcup-news-title,
.x-wcup-widget.sidebar .x-wcup-news-date {
	font-weight: 700;
	font-size: .9em;
}
.x-wcup-widget.sidebar .x-wcup-news {
	width: 86%;
}
.x-wcup-widget.sidebar .x-wcup-content {
	overflow-x: auto
}
.x-wcup-widget.sidebar .x-wcup-groups td.team,
.x-wcup-widget.sidebar .x-wcup-groups td.score {
	font-size: 1em;
}

.x-wcup-widget * {
	border: 0;
	margin: 0;
	padding: 0;
}

.x-wcup-widget table {
	border: 0;
}
.x-wcup-widget a {
	color: #0087E6;
	text-decoration: none;
}

.x-wcup-widget h2 {
	color: #666666;
	margin: 18px 0 12px;
	padding-left: 7px;
	width: 100%;
	float: left;
}

.x-wcup-content {
	margin-top: 0;
	margin-bottom: 20px;
	overflow-x: hidden;
/*	height: 470px;*/
	max-height: 725px; 
	float: left;
	width: 96%;
	padding-right:3%;
}

.x-wcup-widget a {
	color: #0087E6;
	text-decoration: none;
}
.x-wcup-widget a:hover {
	color: #0087E6;
	text-decoration: underline;
}

.x-wcup-widget .x-wcup-news a {
	font-size: 19px;
	line-height: 21px;
}

ul.x-wcup-tabs,
ul.x-wcup-groups {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.x-wcup-tabs {
	height: 30px;
}

li.x-wcup-tab {
    color: #333333;
    cursor: pointer;
    float: left !important;
    list-style: none outside none !important;
    margin: 0 !important;
    padding: 0.6em;
}

li.x-wcup-tab.current {
	background-color: #F2F2F2;
}

.x-wcup-wrap {
	width: 100%;
	float: left;
}

.x-wcup-news {
	margin-top: 6px;
	margin-left: 7px;
	margin-right: 8px;
	margin-bottom: 6px;
	width: 46%;
	float: left;
}

.x-wcup-news img {
	border: 1px solid rgb(204, 204, 204);
	padding: 3px;
	width:100%;
}
.widget ul.x-wcup-groups,
.entry ul.x-wcup-groups,
ul.x-wcup-groups {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 220px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

li.x-wcup-group {
    border-bottom: 5px solid #333333;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 1.52em;
    line-height: 48px;
    list-style: none outside none !important;
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0s;
    width: 12.5%;
}

li.x-wcup-group:hover {
	background-color: #F55856;
	color: #FFFFFF;
}
li.x-wcup-group:active {
	background-color: #333333;
	color: #FFFFFF;
}

li.x-wcup-group.current {
	text-decoration: underline;
}

li.x-wcup-spinner {
	margin-top: 5px;
	margin-right: 6px;
	background: url('img/spinner.gif') 0 0 no-repeat;
	height: 20px;
	width: 20px;
	display: none;
	float: right;
}
.widget td.x-wcup-group-header,
td.x-wcup-group-header {
	border-bottom: 0px;
	padding-bottom: 8px !important;
	padding-top: 10px !important;
	border-color: #AAA;
}
.primary-sidebar .widget td.x-wcup-group-header h3,
td.x-wcup-group-header h3 {
	font-size: 15px;
}
.primary-sidebar .widget td.x-wcup-group-header h3 {
	margin-top: 3px;
	margin-bottom: 2px
}
.x-wcup-news-title {
	padding-top: 10px;
}
.x-wcup-news-date {
	padding-top: 4px;
	font-size: 12px;
	color: #999999;
}

.x-wcup-group-container th {
	text-align: center;
	font-weight: 700;
}
.x-wcup-group-container td {
	text-transform: uppercase;
	border-bottom: 1px solid #AAA;
}
.x-wcup-group-container tr:last-child td {
	border-bottom: 0;
}
.x-wcup-group-container td.team {
	font-size: 26px;
}
.x-wcup-group-container td.team img {
	margin-top: 3px;
}
.x-wcup-group-container td.score {
	text-align: center;
	font-size: 16px;
	vertical-align: top;
	padding-top: 13px;
}

.x-fixture-group {font-weight: 700;}
.x-fixture-location {}

span.x-fixture-team {
	text-transform: uppercase;
	font-weight: 700;
}

.x-fixture-time,
.x-fixture-score {
	text-align:center;
	white-space:nowrap;
}

table.x-wcup-groups {
	border-spacing: 0;
	width: 100%;
}
table.x-wcup-groups th {
	border-bottom: 1px solid #666666;
	height: 30px;
}

th.x-wcup-groups-col1 {
	text-transform: none !important;
	text-align:left;
}
table.x-wcup-fixtures, table.x-wcup-results {
	border-top: 1px solid #ddd;
}
img.country {
	width:16px;
	height:16px;
	margin: 0 3px -3px 0 !important;
}

.x-wcup-widget.sidebar .x-wcup-results td,
.x-wcup-widget.sidebar .x-wcup-fixtures td,
.x-wcup-widget.sidebar .x-wcup-groups th,
.x-wcup-widget.sidebar .x-wcup-groups td {
	padding: 8px;
}