#spieltag-widget-tippschein24 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.spieltag-widget-teaminfo {
	display: table;
    width: 100%;
	padding-bottom: 5px;
}

#spieltag-widget-tippschein24-day {
	padding: 4px 10px;
	background: #CCC;
	font-size: 14px;
    font-weight: 700;
}

#spieltag-widget-tippschein24 .cs_entry{
	text-align: center;
	max-width: 29px !important;	
	background-color: #fee3a8;
}

.notipp {
	background: #EEE !important;	
	border: none;
}

#result-big {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 11px;
	position: relative;
	text-align: center;
}

#result-big input.cs_entry{
	font-size: 15px !important;	
	text-align: center;
}

.trenner {
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 10%;
}

.logo-tippschein24 {
	width: 60px;
	padding: 0;
	height: 100%;
	vertical-align: middle;
}

#spieltag-widget-tippschein24 .time {
	width: 14%
}

.homeBlock, .awayBlock {
	display: table-cell;
    height: 33px;
	vertical-align: middle;
    width: 27%;
}

.homeBlock {
	text-align: right;
}

.awayBlock {
	text-align: left;
}

.homeIcon, .awayIcon {
	width: 80px;
	overflow: hidden;
}

.homeIcon {
	text-align: right;
}

.awayIcon {
	text-align: left;
}

.team-stats {
	font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    vertical-align: middle;
	color: #888;
	margin-top: -20px;
	width: 41%;
	display: table-cell;
	text-align: center;
}

a.tooltip { position: relative; text-decoration: none; } 
a.tooltip:after { 
	content: attr(data-tooltip);
	position: absolute;
	bottom: 30%;
	left: 20%;
	background: #e0e0e0;
	padding: 5px 15px;
	color: black; -webkit-border-radius: 10px; -moz-border-radius : 10px; border-radius : 10px; white-space: nowrap; opacity: 0; -webkit-transition: all 0.4s ease; -moz-transition : all 0.4s ease; transition : all 0.4s ease; z-index: 1;
} 
a.tooltip:before { 
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid #e0e0e0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition : all 0.4s ease;
	transition : all 0.4s ease;
	opacity: 0;
	left: 30%;
	bottom: -90%;
} 
a.tooltip:hover:after { bottom: 100%; } 
a.tooltip:hover:before { bottom: 70%; } 
a.tooltip:hover:after, a:hover:before { opacity: 1; }

@media only screen and (max-width: 768px) {
	
	#spieltag-widget-tippschein24 input.cs_entry, #spieltag-widget-tippschein24 input.cs_entry{
		font-size: 16px !important;	
		text-align: center;
	}
	
	#spieltag-widget-tippschein24 .result .cs_entry {
		display: none !important;	
	}
	
	#spieltag-widget-tippschein24 .result {
		width: 4% !important;	
	}
	
	.logo-tippschein24 {
		width: 50px;
		padding: 0;
		margin: 0 5px;
	}
	
}