<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
	line-height: normal;
	text-decoration: none;
}

body {
	background: none #D10019;
	-webkit-text-size-adjust: none;
}

input, textarea, select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

.tsc_clear {
	clear: both;
	height: 1px;
}

.tsc_loading {
	width: 100%;
	height: 100%;
	background: url('../images/loading.gif') no-repeat center center;
}

.tsc_loading_circle {
	width: 100%;
	height: 100%;
	background: url('../images/loading_circle.gif') no-repeat center center;
}

.tsc_loading_tips {
	width: 100%;
	height: 235px;
	background: url('../images/loading.gif') no-repeat center center;
}

.tsc_loading_pairs {
	height: 481px;
	float: left;
	border: 1px solid #d10019;
}

.tsc_data_loaded .tsc_loading_pairs {
	display: none;
}

.tsc_pairs,
.tsc_gau_inputs,
.tsc_text_inputs {
	display: none;
}

.tsc_data_loaded .tsc_pairs,
.tsc_data_loaded .tsc_gau_inputs,
.tsc_data_loaded .tsc_text_inputs {
	display: block;
}

.tsc_container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	background: url('../images/header_bg.png') #d10019 no-repeat left top;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 16px;
	line-height: 1em;
}

.tsc_container * {
	padding: 0;
	margin: 0;
}

.tsc_container a {
	cursor: pointer;
	color: #d10019;
}

.tsc_container .tsc_header_menu a {
	color: #fff;
}

.tsc_container .tsc_header_menu a:active,
.tsc_container .tsc_header_menu a:hover {
	text-decoration: underline;
}

.tsc_container ul,
.tsc_container ol {
	list-style-type: none;
}


/* App frame */

.tsc_body {
	background: #fff;
	padding-bottom: 25px;
}

.tsc_row {
	clear: both;
	width: 925px;
	padding: 14px 10px 6px 25px;
}

.tsc_block_header {
	height: 37px;
	position: relative;
	z-index: 10;
}

.tsc_block_header_title {
	float: left;
	position: relative;
	z-index: 5;
	height: 100%;
	background: #d10019;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tsc_block_header_title h2 {
	float: left;
	padding: 0 15px;
	line-height: 37px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
}

.tsc_block_header_help {
	position: absolute;
	right: 0;
	top: 0;
}

.tsc_block_header_help ul {
	padding: 6px 0 0 0;
}

.tsc_block_header_help ul li {
	float: left;
	text-align: right;
	padding-left: 26px;
	font-size: 15px;
	color: #d10019;
}

.tsc_block_header_help ul li .tsc_popup_circle {
	margin: 3px 5px 0 0;
}

.tsc_button_row li {
	padding-left: 20px;
	float: left;
}

.tsc_button_row li:first-child {
	padding-left: 0;
}

.tsc_container .tsc_button {
	display: block;
	float: left;
	width: 145px;
	text-align: center;
	color: #fff;
	height: 35px;
	line-height: 35px;
	background: none #d10019;
	overflow: hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tsc_container .tsc_button_row_right {
	float: right;
}

.tsc_container .tsc_mega_button {
	font-size: 22px;
	height: 49px;
	line-height: 47px;
	width: 217px;
}

.tsc_container .tsc_ultra_button {
	width: 290px;
}



/* App Main header */

.tsc_header {
	height: 120px;
	position: relative;
	color: #fff;
}

.tsc_header h1 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -.01em;
}

.tsc_header h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -.01em;
}

.tsc_header h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: -.01em;
}

.tsc_header_menu {
	position: absolute;
	bottom: 6px;
	left: 0;
	font-size: 22px;
	font-weight: bold;
}

.tsc_header_menu li {
	display: inline;
	padding-right: 60px;
	letter-spacing: -.01em;
}





/* Att Tips and Filters row */

.tsc_tips_filters {
	background: url('../images/tips_filters_bg.png') no-repeat left top;
}

.tsc_tips {
	width: 515px;
	float: left;
}

.tsc_tips_column {
	float: left;
}

.tsc_tips_column_1 {
	width: 360px;
}

.tsc_tips_column_2 {
	width: 100px;
}

.tsc_tips_column_3 {
	width: 54px;
}

.tsc_pairs {
	background: url('../images/tips_bg.png') repeat-x left top;
	*background-position: 0 1px; /* IE7 issue */
	border-top: 1px solid #d10019;
	border-bottom: 1px solid #d10019;
	border-left: 1px solid #d10019;
	padding-bottom: 9px;
}

.tsc_pairs_row {
	clear: both;
	height: 26px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
}

.tsc_pairs_row:first-child {
    margin-top: 3px;
}

.tsc_pairs_row_last {
	position: relative;
	top: 8px;
}

.tsc_game_is_valid .tsc_row_not_valid {
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30); 
	zoom: 1;
}

.tsc_pairs .tsc_pairs_row div {
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
}

.tsc_pairs_number {
	left: 0;
	width: 25px;
	text-align: right;
}

.tsc_pairs_team {
	width: 125px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsc_pairs_team_1 {
	left: 35px;
}

.tsc_pairs_divider {
	left: 174px;
}

.tsc_pairs_team_2 {
	left: 182px;
}

.tsc_pairs .tsc_pairs_row .tsc_pairs_links {
	right: 4px;
	top: 3px;
	height: 19px;
}

.tsc_pairs_links li {
	display: block;
	padding-left: 2px;
	float: left;
}

.tsc_icon_small {
	display: block;
	width: 19px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
}

.tsc_icon_info {
	background: url('../images/icon_info.png') no-repeat left top;
}

.tsc_icon_stats {
	background: url('../images/icon_stats.png') no-repeat left top;
}

.tsc_block_footer {
	padding: 14px 0 13px;
}



.tsc_gau_header {
	width: 100%;
	height: 37px;
	background: none #f5b8b8;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tsc_gau_spacing {
	position: relative;
}

.tsc_gau_header .tsc_gau_spacing {
	top: 4px;
}

.tsc_gau_spacing li {
	position: absolute;
	top: 2px;
	width: 22px;
	height: 22px;
	text-align: center;
}

.tsc_gau_header .tsc_gau_spacing li {
	font-weight: bold;
	top: 4px;
}

.tsc_gau_spacing_1 {
	left: 8px;
}

.tsc_gau_spacing_2 {
	left: 39px;
}

.tsc_gau_spacing_3 {
	left: 70px;
}

.tsc_gau_inputs {
	border-top: 1px solid #f5b8b8;
	border-bottom: 1px solid #d10019;
	padding-bottom: 9px;
	background: none #f5b8b8;
}

.checkbox_12X,
.tsc_pairs_row .checkbox_12X,
.tsc_result_12X {
	width: 22px;
	height: 22px;
	background: url('../images/checkbox_12X.png') no-repeat 0 0;
	cursor: pointer;
}

.checkbox_12X_1,
.tsc_pairs_row .checkbox_12X_1,
.tsc_result_12X_1 {
	background-position: 0 -22px;
}

.checkbox_12X_2,
.tsc_pairs_row .checkbox_12X_2,
.tsc_result_12X_2 {
	background-position: 0 -44px;
}

.checkbox_12X_X,
.tsc_pairs_row .checkbox_12X_X,
.tsc_result_12X_X {
	background-position: 0 -66px;
}


.tsc_text_inputs {
	background: url('../images/tips_bg.png') repeat-x 0 0;
	*background-position: 0 1px; /* IE7 issue */
	padding-bottom: 9px;
	border-top: 1px solid #d10019;
	border-right: 1px solid #d10019;
	border-bottom: 1px solid #d10019;
}

.tsc_pairs_row .tsc_text_input_bg {
	width: 38px;
	height: 20px;
	position: relative;
	top: 2px;
	left: 7px;
	background: none #fff;
	border: 1px solid #d10019;
}

.tsc_text_input_bg input {
	position: absolute;
	border: 0 none;
	background: transparent;
	width: 30px;
	top: 2px;
	left: 5px;
	text-transform: uppercase;
}



.tsc_inputs_header {
	height: 37px;
}


.tsc_filters {
	float: right;
	width: 402px;
	height: 589px;
	position: relative;
	overflow: hidden;
}

.tsc_filters_page {
	position: absolute;
	width: 100%;
	left: 420px;
	top: 0;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.tsc_filters_page_main {
	left: -420px;
}

.tsc_active_page {
	left: 0;
}

.tsc_filters_body {
	height: 550px;
	position: relative;
	z-index: 1;
	border: 1px solid #d10019;
}

.tsc_filters_block {
	display: none; /* Do not fade-out filter pages by default; Change to 'block' otherwise */
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../images/disabled_bg.png') repeat transparent;
}

.tsc_game_is_valid .tsc_filters_block {
	display: none;
}

.tsc_filters_page_main .tsc_filters_body {
	height: 481px;
}


.tsc_filter_select_row {
	position: relative;
	height: 37px;
	width: 100%;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #d10019;
}

.tsc_filter_row_special {
	background: none #e9c8c0;
}



.tsc_popup_circle {
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 13px;
	*line-height: 14px;
	border: 1px solid #d10019;
	font-size: 13px;
	font-weight: normal;
	color: #d10019;
	float: left;
	text-indent: 1px;
	
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.tsc_popup_circle_italic {
	font-style: italic;
	text-indent: -2px;
	*text-indent: 2px;
}

.tsc_container .tsc_arrow_button {
	position: relative;
	background: #d10019;
	height: 25px;
	line-height: 23px;
	color: #fff;
	padding: 0 7px;
	display: block;
	font-size: 14px;
	color: #fff;
}
.tsc_container .tsc_arrow_button:after {
	position: absolute;
	content: ' ';
	left: 99%;
	top: 0;
	width: 0; 
	height: 0; 
	border-bottom: 12px solid transparent;  /* left arrow slant */
	border-top: 13px solid transparent; /* right arrow slant */
	border-left: 13px solid #D10019; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
}


.tsc_filter_select_row div {
	position: absolute;
	line-height: 16px;
}

.tsc_filter_row_position_1 {
	left: 11px;
	top: 8px;
}

.tsc_filter_row_position_2 {
	left: 40px;
	top: 10px;
}

.tsc_filter_row_position_3 {
	left: 86px;
	top: 8px;
}

.tsc_filter_row_position_4 {
	left: 115px;
	top: 10px;
}

.tsc_filter_row_position_5 {
	left: 159px;
	top: 8px;
}

.tsc_filter_row_position_6 {
	left: 187px;
	top: 10px;
}

.tsc_filter_row_position_7 {
	left: 222px;
	top: 10px;
}

.tsc_filter_row_position_8 {
	right: 18px;
	*right: 8px;
	top: 6px;
}

.tsc_filter_contain_data {
	color: #d10019;
	font-size: 13px;
	display: none;
}


.tsc_regular_checkbox {
	width: 22px;
	height: 22px;
	background: url('../images/checkbox_12X.png') no-repeat 0 0;
	cursor: pointer;
}

.tsc_checkbox_ {
	background-position: 0 0;
}

.tsc_checkbox_1 {
	background-position: 0 -88px;
}



.tsc_pair_selection .tsc_regular_checkbox {
	position: relative;
	top: 2px;
}



.tsc_filter_options_footer {
	position: absolute;
	bottom: 10px;
	left: 0;
}

.tsc_filter_options_footer li {
	padding-left: 7px;
	float: left;
}

.tsc_filter_options_footer li:first-child {
	padding-left: 0;
}


.tsc_pair_selection {
	float: left;
	width: 22px;
	padding-left: 6px;
}

.tsc_filter_options {
	height: 100%;
	position: relative;
	float: right;
	width: 365px;
}

.tsc_filter_options_footer .tsc_button {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	width: 110px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tsc_filters_body .tsc_pairs_row {
	overflow: visible;
}

.tsc_select_all_label {
	position: absolute;
	left: 30px;
	top: 2px;
	color: #d10019;
	font-size: 14px;
	width: 100px;
	z-index: 1;
}


.tsc_filter_info_row {
	position: relative;
	height: 58px;
	width: 100%;
	overflow: hidden;
	float: left;
	border-top: 1px solid #d10019;
}

.tsc_filter_info_row:first-child {
	border-top: 0 none;
}

.tsc_filter_info_row div {
	position: absolute;
	line-height: 16px;
}

.tsc_filter_info_position_1 {
	top: 20px;
	left: 13px;
	font-size: 20px;
}

.tsc_filter_info_position_2 {
	top: 19px;
	left: 95px;
	font-size: 15px;
}

.tsc_filter_info_position_3 {
	top: 19px;
	left: 198px;
	font-size: 15px;
}

.tsc_filter_info_position_4 {
	top: 19px;
	left: 254px;
	font-size: 15px;
}

.tsc_filter_info_position_5 {
	top: 19px;
	right: 10px;
	font-size: 15px;
}

.tsc_filter_info_position_6 {
	top: 19px;
	right: 10px;
	font-size: 15px;
}



.tsc_filter_options_padding {
	padding: 0 10px 0 0;
}

.tsc_filter_options_subheader {
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
}

.tsc_center_reduction {
	padding: 65px 0 80px 110px;
}

.tsc_center_reduction div {
	float: left;
	margin-right: 10px;
}

.tsc_center_reduction li {
	padding-bottom: 25px;
}

.tsc_before_after {
	position: relative;
}

.tsc_before_after div {
	position: absolute;
}

.tsc_before_after_position_1 {
	left: 15px;
	top: 0;
	font-size: 20px;
}

.tsc_before_after_position_2 {
	left: 82px;
	top: 4px;
	font-size: 15px;
}

.tsc_before_after_position_3 {
	left: 82px;
	top: 27px;
	font-size: 15px;
}

.tsc_before_after_position_4 {
	top: 50px;
	left: 82px;
	font-size: 15px;
}

.tsc_filter_options_block_right .tsc_filter_options_subheader {
	text-align: left;
}

.tsc_filter_options_block_right .tsc_before_after div {
	position: relative;
}

.tsc_filter_options_block_right .tsc_before_after .tsc_before_after_position_1,
.tsc_filter_options_block_right .tsc_before_after .tsc_before_after_position_2,
.tsc_filter_options_block_right .tsc_before_after .tsc_before_after_position_3,
.tsc_filter_options_block_right .tsc_before_after .tsc_before_after_position_4 {
	left: auto;
	top: auto;
}



.tsc_filter_options_tables {
	width: 287px;
	margin: 0 auto;
}

.tsc_filter_options_table_block_full {
	border: 1px solid #d10019;
	margin-bottom: 20px;
}

.tsc_filter_options_table_block_left,
.tsc_filter_options_table_block_right {
	float: left;
	width: 132px;
	height: 119px;
	border: 1px solid #d10019;
	margin-bottom: 20px;
}

.tsc_filter_options_table_block_right {
	float: right;
}

.tsc_ergebnis_table_full_layout {
	width: 257px;
	margin: 0 auto;
}

.tsc_ergebnis_table_full_layout td {
	width: 33%;
	text-align: center;
	line-height: 29px;
}

.tsc_ergebnis_table_layout {
	width: 108px;
	text-align: right;
}

.tsc_ergebnis_table_layout td {
	padding: 0 0 2px 12px;
}

.tsc_ergebnis_table_label {
	font-weight: bold;
	color: #d10019;
}

.tsc_filter_options_input {
	width: 18px;
	border: 1px solid #d10019;
	padding: 2px 4px;
	margin-bottom: 3px;
}


.tsc_sequenz_table_layout {
	margin: 4px 0 0 30px;
}

.tsc_filter_sequenz_input {
	width: 60px;
	border: 1px solid #d10019;
	padding: 2px 4px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tsc_sequenz_table_right {
	text-align: right;
}


.tsc_group_dropdown {
	float: left;
	position: relative;
	width: 158px;
	height: 26px;
	background: url('../images/dropdown_open.png') #fff no-repeat right top;
	color: #d10019;
	font-size: 14px;
	font-weight: bold;
	margin: 6px 6px 0 0;
	border-left: 1px solid #d10019;
	border-right: 1px solid #d10019;
	cursor: pointer;
}

.tsc_dropdown_focus {
	background-image: url('../images/dropdown_close.png');
}

.tsc_group_dropdown ul {
	width: 100%;
	position: absolute;
	display: none;
	top: 100%;
	left: -1px;
	z-index: 5;
	border-left: 1px solid #d10019;
	border-right: 1px solid #d10019;
	border-bottom: 1px solid #d10019;
	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.tsc_dropdown_focus ul {
	display: block;
}

.tsc_group_dropdown ul li {
	float: left;
	width: 100%;
	height: 26px;
	background: #fff;
	border-top: 1px solid #d10019;
}



.tsc_group_dropdown ul li.tsc_selected_item {
	display: none;
}

.tsc_group_item {
	display: block;
	line-height: 14px;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-indent: 12px;
}

.tsc_group_dropdown ul li .tsc_group_item {
	background: #fff;
}

.tsc_group_dropdown ul li .tsc_group_item:hover {
	background: #F9EADD;
}


/* Tendenz/Quoten filter */

.tsc_filter_options_block_left {
	float: left;
	width: 195px;
}

.tsc_filter_options_block_right {
	float: right;
	width: 142px;
}

.tsc_tendenz_column_label {
	font-weight: bold;
	color: #d10019;
	font-size: 16px;
}

.tsc_tendenz_column {
	float: left;
	width: 65px;
	text-align: right;
	padding-top: 1px;
}

.tsc_tendenz_input {
	border: 1px solid #d10019;
	width: 27px;
	padding: 2px 4px;
	text-align: right;
}

.tsc_filters_page_quoten .tsc_tendenz_input {
	width: 32px;
	padding: 2px;
}


.tsc_tiny_table_spacing {
	margin: 5px 0 20px;
}

.tsc_tiny_table {
	width: 122px;
	margin: 0 auto;
	border: 1px solid #d10019;
}

.tsc_tiny_table table {
	margin: 6px 0 0 11px;
	font-size: 15px;
	line-height: 15px;
}

.tsc_tiny_table_title {
	padding: 5px 0 2px;
	line-height: 13px;
}

.tsc_from_to {
	font-size: 12px;
}

.tsc_tiny_table_column_subtitle {
	color: #d10019;
}

.tsc_tiny_table_option {
	color: #d10019;
	padding-bottom: 3px;
}

.tsc_tiny_table_input {
	width: 32px;
	padding: 2px;
	border: 1px solid #d10019;
	margin-bottom: 12px;
}

.tsc_filters_page_quoten .tsc_tiny_table_input {
	width: 90px;
}

.tsc_tiny_table_column_left {
	width: 59px;
}


/**
 * Goal betts
 */
 
/* Goalmap left */

.tsc_goalmap {
	float: left;
	width: 568px;
}

.tsc_goalmap_box {
	width: 187px;
	height: 199px;
	float: left;
	border: 1px solid #d10019;
	text-align: center;
	margin-top: -1px;
	margin-left: -1px;
	position: relative;
	left: 1px;
	top: 1px;
}

.tsc_goalmap_box_title {
	font-weight: bold;
	font-size: 18px;
	padding-top: 4px;
	
}

.tsc_goalmap_box_pair {
	font-size: 16px;
	line-height: 19px;
	width: 90%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tsc_goalmap_table {
	margin-top: 9px;
}

.tsc_goalmap_table td {
	padding: 0 0 10px 12px;
}

.tsc_goalmap_checkmark {
	width: 32px;
	height: 21px;
	background-image: url('../images/goalmap.png');
	background-repeat: no-repeat;
	position: relative;
}

.tsc_goalmap_checkmark_0_0 {
	background-position: 0 0;
}

.tsc_goalmap_checkmark_0_1 {
	background-position: -32px 0;
}

.tsc_goalmap_checkmark_0_2 {
	background-position: -64px 0;
}

.tsc_goalmap_checkmark_0_P {
	background-position: -96px 0;
}

.tsc_goalmap_checkmark_1_0 {
	background-position: 0 -21px;
}

.tsc_goalmap_checkmark_1_1 {
	background-position: -32px -21px;
}

.tsc_goalmap_checkmark_1_2 {
	background-position: -64px -21px;
}

.tsc_goalmap_checkmark_1_P {
	background-position: -96px -21px;
}

.tsc_goalmap_checkmark_2_0 {
	background-position: 0 -42px;
}

.tsc_goalmap_checkmark_2_1 {
	background-position: -32px -42px;
}

.tsc_goalmap_checkmark_2_2 {
	background-position: -64px -42px;
}

.tsc_goalmap_checkmark_2_P {
	background-position: -96px -42px;
}

.tsc_goalmap_checkmark_P_0 {
	background-position: 0 -63px;
}

.tsc_goalmap_checkmark_P_1 {
	background-position: -32px -63px;
}

.tsc_goalmap_checkmark_P_2 {
	background-position: -64px -63px;
}

.tsc_goalmap_checkmark_P_P {
	background-position: -96px -63px;
}

.tsc_crossable {
	position: relative;
}

.tsc_crossable span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/crossable_checked.png') no-repeat -100px -100px;
	cursor: pointer;
}

.tsc_crossable_checked span {
	background-position: center center;
}


/* Goalfilter right */

.tsc_goalfilter {
	float: right;
	width: 320px;
}

.tsc_goalfilter_body {
	height: 399px;
	border: 1px solid #d10019;
}

.tsc_goalfilter_options_row {
	width: 100%;
	float: left;
	height: 44px;
	position: relative;
	border-bottom: 1px solid #d10019;
}

.tsc_goalfilter_options_row div {
	line-height: 16px;
	position: absolute;
}

.tsc_goalfilter_options_position_1 {
	left: 11px;
	top: 11px;
}

.tsc_goalfilter_options_position_2 {
	left: 42px;
	top: 13px;
}

.tsc_goalfilter_options_position_3 {
	right: 57px;
	top: 11px;
}

.tsc_goalfilter_options_position_4 {
	right: 14px;
	top: 11px;
}

.tsc_goalfilter_options_title {
	font-weight: bold;
	padding-top: 2px;
}

.tsc_goalfilter_options_min,
.tsc_goalfilter_options_max {
	top: 13px;
}

.tsc_goalfilter_input {
	padding: 2px 4px;
	width: 18px;
	border: 1px solid #d10019;
	text-align: right;
}

.tsc_goalfilter_body .tsc_before_after_position_1 {
	top: 15px;
}

.tsc_goalfilter_body .tsc_before_after_position_2 {
	top: 19px;
	left: 82px;
}

.tsc_goalfilter_body .tsc_before_after_position_3 {
	top: 42px;
	left: 82px;
}




/* JOKER */

.tsc_joker_body {
	width: 925px;
	height: 62px;
	background: none #0069B1;
	position: relative;
}

.lotto_joker_logo {
    background: rgba(0, 0, 0, 0) url("../images/joker.svg") no-repeat scroll left 13px / 102px 32px;
}

.lotto_spieldauer {
    background: rgba(0, 0, 0, 0) url("../images/spieldauer.svg") no-repeat scroll left 14px / 151px 34px;
}

.tsc_joker_max_input {
	background: none #fff;
	box-sizing: border-box;
	height: 27px;
	color: #000;
	border: 1px solid #D10019;
	width: 44px;
	padding: 3px 4px;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	position: relative;
	top: 3px;
}

.tsc_joker_per_ticket_0 {
	position: relative;
	top: 8px;
}

.tsc_joker_body .tsc_crossable {
	width: 27px;
	height: 27px;
	display: inline-block;
}

.tsc_joker_body .tsc_popup_circle {
	width: 20px;
	height: 20px;
	background: none #fff;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	display: inline-block;
	float: none;
	position: relative;
	top: 3px;
}

.tsc_max_draws {
	display: none;
	width: 29px;
	height: 29px;
	background: none #F7E0CE;
	z-index: 1000;
}


/* Duration/draws selection */

.tsc_rounds_body {
	width: 925px;
	height: 62px;
	background: #f7e0ce;
	border: 1px solid #D10019;
	position: relative;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.lotto_draws_text {
	color: #D10019;
}

.euromillionen_app .lotto_draws_text {
	color: #a6c7e8;
}

.lotto_columns {
	padding: 0 20px;
}

.lotto_columns &gt; * {
	color: #fff;
    line-height: 62px;
}

.lotto_checkbox_text {
    color: #007b5f;
    font-size: 16px;
}


.lotto_columns .tsc_crossable {
	display: inline-block;
	line-height: 23px;
	width: 27px;
	height: 27px;
	text-align: center;
	background: none #fff;
	color: #D10019;
	border: 1px solid #D10019;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
}

.lotto_columns .lotto_joker_c3 .tsc_crossable {
	margin-right: 3px;
}




/* Joker selection */

.lotto_columns {
	height: 100%;
	line-height: 62px;
	color: #fff;
}

.lotto_columns &gt; * {
	height: 100%;
}

.lotto_columns &gt; .tsc_clear {
	height: 0;
}

.lotto_joker_c1 {
	height: 100%;
	float: left;
	width: 151px;
	font-size: 18px;
	font-weight: bold;
}

.lotto_joker_c2 {
	float: left;
	width: 130px;
	font-size: 14px;
	font-weight: bold;
}

.lotto_joker_c3 {
	float: left;
}

.lotto_joker_c4 {
	float: left;
	width: 103px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.lotto_joker_c5 {
	float: right;
	font-size: 18px;
}

.lotto_joker_logo {
	background: url('../images/joker.svg') no-repeat left 13px;
	background-size: 102px 32px;
}



/* GAMESTATS */

.tsc_gamestats_list {
	width: 100%;
	font-size: 15px;
}

.tsc_gamestats_list td {
	vertical-align: top;
}

.tsc_gamestats_list_item {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 19px 0;
}

.tsc_gamestats_list_item_left {
	width: 444px;
}

.tsc_gamestats_list_table {
	width: 100%;
}

.tsc_gamestats_list_table td {
	padding-left: 10px;
}

.tsc_gamestats_list_table_column_1 {
	width: 130px;
	font-size: 22px;
	line-height: 16px;
}

.tsc_gamestats_list_gamevalue .tsc_gamestats_list_table_column_1 {
	width: 250px;
	font-weight: bold;
}

.tsc_gamestats_list_table_column_2 {
	
}

.tsc_gamestats_list_system .tsc_gamestats_list_table_column_2 {
	padding-right: 10px;
}

.tsc_gamestats_list_table_column_3 {
	
}

.tsc_gamestats_list_table_column_4 {
	text-align: right;
	padding-right: 10px;
}

.tsc_gamestats_list_tickets .tsc_gamestats_list_table_column_4 {
	text-align: left;
}

.tsc_gamestats_list_tickets .tsc_popup_circle {
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.tsc_gamestats_list_gamevalue .tsc_gamestats_list_table_column_4,
.tsc_gamestats_list_gamevalue .tsc_gamestats_list_table_column_4 span {
	font-size: 22px;
	font-weight: bold;
	line-height: 16px;
	vertical-align: top;
}

.tsc_game_system_attention {
	color: #d10019;
	display: none;
}


/* Modal/ Popups */

.tsc_modal,
.tsc_darken {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../images/modal_bg.png') transparent repeat;
	display: none;
}

.tsc_modal_box {
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 20px 25px;
	border: 1px solid #d10019;
}


.tsc_modal_info {
	width: 500px;
	padding-top: 71px;
	background: url('../images/modal_info_bg.png') #fff no-repeat 25px 20px;
}


.tsc_modal h1,
.tsc_modal h2,
.tsc_modal ul,
.tsc_modal ol,
.tsc_modal p {
	padding-bottom: 15px;
}

.tsc_previous_link {
	float: left;
	width: 48%;
}

.tsc_next_link {
	float: right;
	text-align: right;
	width: 48%;
}

.tsc_previous_next_link .tsc_clear {
	display: block;
}

.tsc_message_body {
	padding-bottom: 15px;
}

.tsc_msg_spacer_top,
.tsc_msg_spacer_bottom {
	height: 5px;
}

.tsc_popup_type_help_page .tsc_default_popup_content h3 {
	padding-bottom: 4px;
}

.tsc_popup_type_help_page .tsc_default_popup_content ul {
	padding-left: 40px;
}

.tsc_popup_type_help_page .tsc_default_popup_content ul li {
	list-style: outside disc;
	padding-bottom: 4px;
}


/* Ticker */
.tsc_ticker {
	position: relative;
	background: none #f7e0ce;
	border-bottom: 1px solid #d10019;
	padding: 10px 25px 0 25px;
	font-size: 16px;
	height: 24px;
}

.tsc_ticker_list {
	position: relative;
	width: 100%;
}

.tsc_ticker_list_item {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 14px;
	height: 20px;
}

.tsc_ticker_list_item_1 {
	display: block;
}

.tsc_ticker_close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.tsc_ticker_close .tsc_popup_circle {
	line-height: 10px;
	text-indent: 0;
	width: 14px;
	height: 14px;
}



/* Popup page engine */

.tsc_popup_pages {
	display: none;
}

.tsc_default_popup {
	width: 910px;
}


/* Tipps requests, preview of tipps */

.tsc_tips_preview_box {
	width: 927px;
	margin: 0 auto;
	position: relative;
}

.tsc_preview_body {
	border: 1px solid #d10019;
	background: url('../images/tips_preview.png') repeat left top;
}

.tsc_tips_preview_tabs {
	position: relative;
	width: 100%;
	height: 35px;
}

.tsc_close_tips_preview {
	position: absolute;
	right: 0;
	top: 7px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/icons.png') no-repeat -36px top;
	-webkit-background-size: auto 18px;
	-moz-background-size: auto 18px;
	background-size: auto 18px;
	cursor: pointer;
}

.tsc_tips_preview_tabs li {
	display: block;
	float: left;
	padding-right: 5px;
}

.tsc_tips_preview_tabs li a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding: 0 20px;
	background: none #f5b8b8;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tsc_tips_preview_tabs li a:hover,
.tsc_tips_preview_tabs li a:active,
.tsc_tips_preview_tabs li a.tsc_active_tab {
	background: none #d10019;
}

.tsc_modal .tsc_preview_list {
	padding-bottom: 0;
}

.tsc_preview_row {
	height: 26px;
	width: 100%;
	float: left; /* IE7 list fix */
}

.tsc_clear_list {
	clear: both;
	height: 0;
	position: relative;
}

.tsc_preview_cell {
	height: 26px;
	line-height: 24px;
	font-size: 14px;
	float: left;
}

.tsc_preview_c1 {
	width: 245px;
}

.tsc_preview_c2 {
	width: 90px;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tsc_preview_c3 {
	width: 5px;
	text-align: center;
}

.tsc_preview_separator {
	width: 100%;
	position: relative;
	clear: left;
}

.tsc_preview_separator span {
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #d10019;
}

.tsc_preview_c4 {
	width: 120px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px;
}

.tsc_preview_c5 {
	width: 105px;
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
}

.tsc_preview_c6 {
	position: relative;
	width: 16px;
	text-align: center;
	border-left: 1px solid #e9c8c0;
}

.tsc_preview_c7 {
	position: relative;
	width: 44px;
	text-align: center;
	border-left: 1px solid #e9c8c0;
}

.tsc_preview_c8 {
	/* Torwette, Joker labels */
	width: 85px;
	border: 0 none;
}

.tsc_preview_c9 {
	width: 44px;
	text-align: center;
}

.tsc_preview_c10 {
	width: 37px;
	padding-right: 7px;
	height: 26px;
	line-height: 24px;
	text-align: right;
}

.tsc_preview_separator_left {
	border-left: 1px solid #d10019;
}

.tsc_preview_separator_right {
	border-right: 1px solid #d10019;
}

.tsc_preview_separator_bottom {
	border-bottom: 1px solid #d10019;
	height: 25px;
}

.tsc_preview_separator_top {
	border-top: 1px solid #d10019;
	height: 25px;
}

.tsc_preview_pager {
	clear: both;
	height: 30px;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.tsc_pager_navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}

.tsc_pager_previous {
	float: left;
	padding-right: 18px;
	position: relative;
	top: 2px;
}

.tsc_pager_previous span {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/icons.png') no-repeat left top;
	-webkit-background-size: auto 18px;
	-moz-background-size: auto 18px;
	background-size: auto 18px;
	cursor: pointer;
}

.tsc_pager_info {
	float: left;
}

.tsc_pager_next {
	float: left;
	padding-left: 18px;
	position: relative;
	top: 2px;
}

.tsc_pager_next span {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/icons.png') no-repeat -18px top;
	-webkit-background-size: auto 18px;
	-moz-background-size: auto 18px;
	background-size: auto 18px;
	cursor: pointer;
}

.tsc_preview_stroke {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../images/stroke.png') no-repeat center center;
}

.tsc_preview_stroke_big {
	background: url('../images/stroke_big.png') no-repeat center center;
}

.tsc_preview_checked {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/checkmark.png') no-repeat center center;
}

.tsc_preview_info {
	height: 235px;
	line-height: 232px;
	text-align: center;
	font-weight: bold;
}


.tsc_filter_spacer {
	height: 76px;
}


/* Save game Dialog */

.tsc_container .tsc_save_game_disabled {
	background: gray;
}

.tsc_save_game_dialog {
	position: relative;
	width: 525px;
	margin: 0 auto;
}

.tsc_save_game_dialog h3 {
	font-size: 16px;
	font-weight: bold;
}

.tsc_save_game_dialog p {
	font-size: 14px;
}

.tsc_save_game_dialog_content {
	border: 1px solid #d10019;
	background: none #fff;
	padding: 20px 30px;
	position: relative;
}

.tsc_save_game_dialog_spacer {
	height: 45px;
}

.tsc_download_links_table {
	margin-bottom: 45px;
}

.tsc_download_links_table td {
	padding: 5px 25px 5px 0;
}

.tsc_download_link_input {
	width: 185px;
	padding: 6px 12px;
	border: 1px solid #d10019;
}

.tsc_container .tsc_button_wide {
	width: 210px;
}

.tsc_requesting_savegame {
	display: block;
}


/* Query win - Gewinnabfrage modal */

.tsc_query_win_dialog {
	position: relative;
	width: 837px;
	margin: 0 auto;
}

.tsc_query_win_dialog_content {
	background: none #ffffff;
    border: 1px solid #D10019;
    position: relative;
	font-size: 14px;
}

.tsc_save_game_table td {
	vertical-align: top;
}

.tsc_query_padding {
	padding: 15px;
}

.tsc_query_cell_1 {
	border-right: 1px solid #d10019;
	width: 360px;
}

.tsc_query_cell_2 {
	border-right: 1px solid #d10019;
	width: 190px;
}

.tsc_query_cell_3 {
	
}

.tsc_query_help {
	border-bottom: 1px solid #d10019;
}

.tsc_red {
	color: #d10019;
}

.tsc_correct_list_row_1,
.tsc_correct_list_row_2,
.tsc_correct_list_row_3 {
	float: left;
}

.tsc_correct_list_row_1 {
	text-align: right;
	width: 25px;
}

.tsc_correct_list_row_2 {
	width: 50px;
}

.tsc_correct_list_row_3 {
	width: 100px;
}

.tsc_query_win_dialog_content h2 {
	font-size: 20px;
	padding: 15px 0 3px;
}

.tsc_query_win_dialog_content h3 {
	font-size: 18px;
	padding: 0 0 12px;
}

.tsc_query_win_dialog_content h4 {
	font-size: 16px;
	padding: 12px 0 0;
}


.tsc_link_to_upload {
	width: 185px;
	padding: 6px 12px;
	border: 1px solid #d10019;
}


.tsc_user_results_list {
	font-size: 16px;
}

.tsc_user_1,
.tsc_user_2,
.tsc_user_3,
.tsc_user_4 {
	float: left;
	height: 26px;
	text-align: center;
}

.tsc_user_1 {
	width: 20px;
	text-align: right;
	padding-right: 15px;
}

.tsc_user_2 {
	width: 40px;
}

.tsc_user_3 {
	width: 25px;
}

.tsc_user_4 {
	width: 40px;
}

.tsc_user_5,
.tsc_user_6,
.tsc_user_7 {
	width: 22px;
	height: 22px;
	float: left;
}

.tsc_user_5 {
	padding-left: 3px;
}

.tsc_user_6 {
	padding-left: 17px;
}

.tsc_user_7 {
	padding-left: 17px;
}

.tsc_user_goals {
	border: 1px solid #D10019;
    margin-bottom: 8px;
    padding: 2px 4px;
    text-transform: uppercase;
    width: 25px;
	text-align: right;
}

.tsc_save_game_table .tsc_button_row li {
	position: relative;
	overflow: hidden;
}

.tsc_select_pcs_file {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 100px; /* Nice trick :) */
	cursor: pointer;
	
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: .01;
	
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity= 0.01)";
	filter: alpha(opacity= 0.01); 
}

.tsc_win_results {
	clear: both;
	display: none;
}

.tsc_row_invalid {
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30); 
}

.tsc_tickets_are_loaded {
	display: none;
}

.tsc_winning_tickets_toto span,
.tsc_winning_tickets_goals span {
	display: block;
}

.tsc_modal .tsc_calculate_win_print {
	display: none;
}
	
	
/* Load game dialog, file or link */

.tsc_load_game_dialog_padding {
	padding: 30px;
	background: none #fff;
    border: 1px solid #D10019;
    font-size: 14px;
    position: relative;
}

.tsc_load_game_col1 {
	vertical-align: top;
}

.tsc_load_game_col2 {
	vertical-align: middle;
	width: 100px;
	text-align: center;
	font-size: 16px;
}

.tsc_load_game_col3 {
	vertical-align: top;
}

.tsc_load_game_table li {
	position: relative;
	overflow: hidden;
}

.tsc_load_game_input_field {
	float: left;
}

.tsc_load_game_input_field input {
	width: 140px;
	padding: 9px 12px 8px;
}

#tsc_load_link_form .tsc_button_row {
	float: left;
	padding-left: 20px;
}
	


.tsc_progress_box {
	height: 10px;
	margin: 10px 0;
	border: 1px solid #000;
	display: none;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.tsc_progress_bar {
	height: 100%;
	width: 0;
	background: #D10019;
}


/* Preload bg-images of non-existing elements, for modern browsers */
body:after{
    display:none;
    content: url('../images/dropdown_close.png') url('../images/crossable_checked.png') url('../images/modal_info_bg.png') url('../images/checkmark.png') url('../images/stroke.png') url('../images/loading.gif') url('../images/loading_circle.gif')  url('../images/modal_bg.png') url('../images/disabled_bg.png');
}</pre></body></html>