/* Gamebar */
div.gamebar {   
  height: 110px;
  margin-bottom: 10px;
  margin-top: 17px;
} 

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}                                                                                                                                                                                            

/* LeftArea */
div.leftArea {
  float: left;
  margin-right: 20px;
  width: 575px;
}
div.leftArea div.leftAreaScoreboard {        
    margin-bottom: 20px;
}   
div.leftArea div.leftAreaWmKompakt {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);  
    border-top: 1px solid #cccccc;
    border-radius: 5px;        
    line-height: 20px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 8px;
    padding-top: 8px;
}       
    div.leftArea div.leftAreaWmKompakt .spacer {
        margin-left: 5px;
        margin-right: 5px;
    } 
div.leftArea div.leftAreaCommentary {  
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 890px;
}    
div.leftArea div.leftAreaCsb {
    margin-top: 20px; 
}

/* RightArea */
div.rightArea {
  float: left;
  width: 325px;
}

div.rightArea div.rightAreaAd {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    border-radius: 5px; 
    margin-bottom: 20px;
    padding-left: 11px; 
    padding-bottom: 10px;
    padding-top: 10px;
    width: 311px;
}    

div.rightArea div.rightAreaGameplan {
    margin-bottom: 20px; 
    width: 325px;
}         

div.rightArea div.rightAreaGameplan div.rightAreaGameplanNavi {
    height: 23px; 
    width: 325px;
}          

div.rightArea div.rightAreaGameplan div.rightAreaGameplanNavi a {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);   
    border: 1px solid #cccccc;                                  
    border-bottom: 0;
    border-top-left-radius: 5px;  
    border-top-right-radius: 5px;
    display: block;
    float: left;
    height: 23px;   
    line-height: 23px;    
    margin-right: 2px;
    text-align: center;
    width: 100px;
}               

div.rightArea div.rightAreaGameplan div.rightAreaGameplanNavi a.active {
    background: #ffffff;
}                      

div.rightArea div.rightAreaGameplan div.rightAreaGameplanNavi a:hover {
    text-decoration: none;
}  

div.rightArea div.rightAreaGameplan div.rightAreaGameplanContent {
    width: 325px;
}

div.rightAreaGameplanContent #resultsField {  
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    border-bottom-left-radius: 5px;  
    border-bottom-right-radius: 5px;
    width: 323px;
}   

div.rightAreaGameplanContent #tableField {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    border-bottom-left-radius: 5px;  
    border-bottom-right-radius: 5px;
    width: 323px;
}     

div.rightAreaGameplanContent .kommentare {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    border-bottom-left-radius: 5px;  
    border-bottom-right-radius: 5px;
    width: 323px;
}

div.rightArea div.rightAreaFormation {  
    width: 325px;
}

    div.rightArea div.rightAreaFormation div.rightAreaFormationNavi {
        height: 23px; 
        width: 325px;
    }          
    
    div.rightArea div.rightAreaFormation div.rightAreaFormationNavi a {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
        background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
        background: -o-linear-gradient(white 0%, #e9e9e9 100%);
        background: linear-gradient(white 0%, #e9e9e9 100%);   
        border: 1px solid #cccccc;                                  
        border-bottom: 0;
        border-top-left-radius: 5px;  
        border-top-right-radius: 5px;
        display: block;
        float: left;
        height: 23px;   
        line-height: 23px;  
        margin-right: 2px;
        padding-left: 7px;
        padding-right: 7px;
        text-align: center;
    }               
    
    div.rightArea div.rightAreaFormation div.rightAreaFormationNavi a.active {
        background: #ffffff;
    }                 
    
    div.rightArea div.rightAreaFormation div.rightAreaFormationNavi a:hover {
        text-decoration: none;
    }  
    
    div.rightArea div.rightAreaFormation div.rightAreaFormationContent {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
        background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
        background: -o-linear-gradient(white 0%, #e9e9e9 100%);
        background: linear-gradient(white 0%, #e9e9e9 100%);
        border: 1px solid #cccccc;
        border-bottom-left-radius: 5px;  
        border-bottom-right-radius: 5px;
        width: 323px;
    }

/* Commentary */
div#mc_content_modul2_commentary_head {  
  background: none;  
  border-left: 0; 
  height: 20px;
  margin-bottom: 10px;
  width: 100%;
}

div#mc_content_modul2_segment2_reloadbutton {
    padding-left: 8px;
}

div#mc_content_modul2_commentary_content_inner {      
  font-size: 12px;  
  height: 790px; 
  margin-left: 10px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;  
  width: 552px; 
}

div#mc_content_modul2_commentary_content {
  border: 0;
  height: 800px;
  padding-top: 0px;  
  width: 100%;
}

div#mc_content_modul2_timeline { 
  background: #000000;            
  border: 1px solid #000000;  
  height: 45px;
  margin-left: 10px;
  margin-right: 10px;
  width: 550px; 
}

div#mc_content_modul2_timeline_image {         
/*  background: url(/live/center5_0/images/fussball_timeline_4.png);*/
   background: url(/live/center5_0/images/fussball_timeline_4_527.png);
  float: left; 
  height: 45px;
  width: 527px;
}     

div#mc_content_modul2_timeline_image_extratime {  
/*  background: url(/live/center5_0/images/fussball_timeline_4.png);*/
   background: url(/live/center5_0/images/fussball_timeline_4_527_extratime.png);
  float: left; 
  height: 45px;
  width: 527px;
}
div#mc_commentary_item_grey {
  width: 545px;
  border-bottom: 1px solid #e7e7e7;
  padding: 6px;
  background: #f5f5f5;
  margin-left: 1px;
}    

div#mc_commentary_item_white {
  width: 545px;
  border-bottom: 1px solid #e7e7e7;
  padding: 6px;
  background: #ffffff;
  margin-left: 1px;
}   

.opta-widget-container h2 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: none;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

.opta-widget-container .timeline .timeline-container {
  display: none;
}                                         

.opta-widget-container .timeline {
  background: none;
  border: 0;     
  padding-bottom: 60px;
}

.opta-timeline {            
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
  background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
  background: -o-linear-gradient(white 0%, #e9e9e9 100%);
  background: linear-gradient(white 0%, #e9e9e9 100%);
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 575px;
}

.opta-widget-container .timeline .match-details {
  border-top: 0;
}

.opta-widget-container .timeline .clock {
    position: absolute;
    right:255px;
    top: 95px;
    z-index: 10;
    padding-left: 10px;  
    padding-right: 10px;
    height: 25px;
    line-height: 25px;
    background: #eb9b22;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 50px;
}

.opta-widget-container .timeline .clock-period {
  display: block;
  padding-left: 0;
  height: 25px;
  line-height: 25px;
  background: none;
  text-align: center;
  font-size: 12px;
  width: 100%;
}

.opta-widget-container .timeline .match-score-details .hometeam-crest {
  left: 175px;
}

.opta-widget-container .timeline .match-score-details.hasImg .score-line .home-team {
  vertical-align: top;
  width: 150px;
  padding-left: 0;
  text-align: right;
  position: absolute;
  left: 15px;          
  font-weight: bold;
}

.opta-widget-container .timeline .match-score-details.hasImg .score-line .away-team {
  vertical-align: top;
  width: 150px;
  padding-right: 0;  
  position: absolute;
  right: 15px;
  font-weight: bold;
}

.opta-widget-container .timeline .match-score-details .awayteam-crest {
  right: 175px;
}

div#mc_content_modul2_segment2_reloadtext {
  width: 324px;
  text-align: right;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: 11px;
  float: right;
  font: normal 10px arial, verdana, helvetica;
  color: #6e6e6e;
}  

/* Results */
div.results {  
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

div.results div.resultsTitle {
}     

div.results div.resultsContent {
    margin-top: 5px;
}      

div.results div.resultsContent div.resultsContentRow {
    clear: both;
    height: 20px;
    line-height: 20px;
}       

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_date {
    float: left;
    font-size: 11px;
    width: 40px;
}           

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_clock {
    float: left;                                                                  
    font-size: 11px;  
    width: 29px;
}   

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_team1 {
    float: left; 
    font-weight: bold;
    text-align: right;
    width: 68px;
}     

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_team1 a {
    font-size: 11px;
    font-weight: normal;
} 

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_team1Image {
    float: left;
    height: 15px;
    margin-left: 5px;  
    margin-top: 2px;
}      

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_result {
    float: left;     
    font-weight: bold;
    text-align: center; 
    width: 40px;
}

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_team2Image {
    float: left;                    
    height: 15px;
    margin-right: 5px;
    margin-top: 2px;
}     

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_team2 {
    float: left;          
    font-weight: bold; 
    text-align: left;
    width: 68px;
}             

div.results div.resultsContent div.resultsContentRow div.resultsContentRow_team2 a {
    font-size: 11px;
    font-weight: normal;
} 
      
/* Table */
div.table {  
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

  div.table div.tableTitle {
  }     

  div.table div.tableContent {
    margin-top: 5px;
  }                 

    div.table div.tableContent div.tableContentHead {
      height: 20px;
      line-height: 20px;
    }                   

      div.table div.tableContent div.tableContentHead div.tableContentHeadCol {
        float: left;
      }               

    div.table div.tableContent div.tableContentRow {
      height: 22px;
      line-height: 22px;
    }                        

    div.table div.tableContent div.tableContentRowBright {
      background: #f6f6f6;
    }                         

    div.table div.tableContent div.tableContentRowDark {
      background: #e1e1e1;
    }        

      div.table div.tableContent div.tableContentRow div.tableContentRowCol {
        float: left;
      }          

        div.table div.tableContent div.tableContentRow div.tableContentRowCol span {
          display: block;
          float: left;
          margin-right: 5px;
          margin-top: 3px;
          height: 15px;
        }         
        
.opta-formation h2,
.opta-heatmap h2 {
  display: none;
}

div.formation table.canvas td {
  color: #000000;
  border: 0;
}

.opta-widget-container div.formation tbody tr:nth-child(even),
.opta-widget-container div.heatmap tbody tr:nth-child(even) {
  background: none;
}

.opta-widget-container div.formation thead tr, 
.opta-widget-container div.formation tbody tr,
.opta-widget-container div.heatmap thead tr, 
.opta-widget-container div.heatmap tbody tr {
background: none no-repeat scroll 0 0 #fff;
height: 20px;
}

.opta-widget-container .formation,
.opta-widget-container .heatmap {
  background: none;
  border: none;
}

.opta-widget-container .formation ul.team {
  border: none;
  margin-top: 15px;
}

.opta-widget-container .formation ul.team li {
  border: none;
}

.opta-widget-container .formation ul.team li span {
  padding: 0 6px;
  color: #9e0814;
}

.opta-widget-container .formation ul.team li:hover, .opta-widget-container .formation ul.team li.selected {
  background-color: none;
}             

.opta-widget-container .chalkboard div.teams dl.starters dt, .opta-widget-container .chalkboard div.personal>dl>dt, .opta-widget-container .chalkboard div.events dl dt {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
clear: both;
color: #fff;
font-size: 11px;
font-weight: bold;
line-height: 15px;
min-height: 25px;
cursor: pointer;
padding: 8px 4px 0 4px;
background: #9e0814;
}                         

.opta-widget-container .timeline .match-score-details .goal-scorers-home {
    margin-top: 15px;
    min-height: 17px;
}                             

.opta-widget-container .timeline .match-score-details .goal-scorers-away {
    margin-top: 15px;  
    min-height: 17px;
}                                                                                                                                                         

div#mc_commentary_comment {
    width: 445px;
    float: left;
}
/** ******* Vorlage /spox/css/opta-widgets/style.css ***********  */
.opta-widget-container {
	font-family: 'Arial','Helvetica','clean',sans-serif;
	margin-top: 1.5em;
	overflow: hidden;
}

.basebox.embed>.body>.opta-widget-container:first-child {
	margin-top:0;
}
/* s.o.
.opta-widget-container h2 {
	background-color:white;
	color: #3e3e3e;
	font-family: 'Arial','Helvetica','clean',sans-serif;
	font-size: 16px;
	height: auto
}
*/
.opta-widget-container h2 span {
	padding:0;
}

.opta-widget-container .optafacts,.opta-widget-container .ranking-container,.opta-widget-container .profile-container,.opta-widget-container .profile-container .profile,
.opta-widget-container .comparison {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.opta-widget-container .optafacts,.opta-widget-container .profile-container,.opta-widget-container .comparison {
	border:1px solid #ccc;
	margin:5px 0 0 0;
}

.opta-widget-container .optafacts li {
	background:url('/staticassets/img/teaser/teaser_sprite.png?b846f0cc94') no-repeat scroll 8px -174px transparent
}

.opta-widget-container br {
	display:none;
}

.opta-widget-container li {
	border-bottom:0;
	border-top:1px solid #eee;
	color:#3e3e3e;
	font-family: 'Arial','Helvetica','clean',sans-serif;
	font-size:11px
}

.opta-widget-container li:first-child {
	border-top:0
}

.opta-widget-container .profile-container .profile {
	border:0
}

.opta-widget-container .profile-container .profile dl {
	margin-left:125px
}

.opta-widget-container .profile-container .profile dt,.opta-widget-container .profile-container .profile dd {
	border:0;
	font-size:14px
}

.opta-widget-container .profile-container .profile dt {
	font-family:'SZSansBold','Arial','Helvetica','clean',sans-serif;
	font-weight:normal
}

.noSZfonts .opta-widget-container .profile-container .profile dt {
	font-weight:700
}

.opta-widget-container .profile-container .profile dt.player-weight {
	padding-left:1.5em
}

.opta-widget-container .profile-container .profile .team-logo {
	border:0
}

.opta-widget-container .profile-container .profile img.flag {
	display:inline!important
}

.opta-widget-container .ranking-category {
	background:0;
	border:1px solid #ccc;
	border-bottom:0;
	height:auto;
	margin-top:10px
}

.opta-widget-container .comparison form,.opta-widget-container .comparison li {
	border:0
}

.opta-widget-container .ranking-category select {
	width:70%
}

@media only screen and (max-width :650px) {
	.opta-widget-container .ranking-category select {
		width:90%
	}
}

.opta-widget-container .comparison li {
	width:100%
}

.opta-widget-container fieldset {
	padding-left:10px
}

.opta-widget-container fieldset:after {
	color:#888;
	font-size:16px
}

.opta-widget-container .ranking-category fieldset:after { 
	content:'Wählen Sie Ihr Ranking';
	font-family:'Arial','Helvetica','clean',sans-serif
}

.noSZfonts .opta-widget-container .ranking-category fieldset {
	font-weight:700
}

@media only screen and (max-width :650px) {
	.opta-widget-container .ranking-category fieldset:after {
		color:#fff
	}
}

.opta-widget-container .comparison #players-to-compare fieldset dl {
}

.opta-widget-container select {
	background-color:#fff;
	border:1px solid #ccc;
	color:#1c1c1c;
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-size:11px!important;
	right:10px;
	top:10px;
	width:100%
}

.opta-widget-container thead tr,.opta-widget-container tbody tr {
	background:none no-repeat scroll 0 0 #fff;
	height:35px
}

.opta-widget-container tbody tr:nth-child(even) {
	background-color:#f5f5f5
}

.opta-widget-container tbody td {
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-size:11px
}

.opta-widget-container thead th {
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-size:11px;
	font-weight:normal
}

.noSZfonts .opta-widget-container thead th {
	font-weight:700
}

.opta-widget-container table.colchart.horizontal tbody td {
	padding-left:10px
}

.opta-widget-container table.colchart.horizontal tbody tr td span.rating {
	font-size:15px
}

.opta-widget-container table.colchart.horizontal tbody td div {
	height:18px
}

.opta-widget-container table.colchart tbody tr:hover td {
	background-color:transparent
}

.opta-widget-container .category-key {
	padding-bottom:.35em
}

.opta-widget-container .category-key dd,.opta-widget-container .category-key dt {
	color:#888;
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-size:11px
}

.opta-widget-container .tabs-active .tabs-nav {
	background-image:none;
	border-top:0;
	height:32px
}

.opta-widget-container .tabs-active .tabs-nav li {
	background-color:#f5f5f5;
	height:32px;
	margin-left:.35em;
	width:auto
}

.opta-widget-container .tabs-active .tabs-nav li:first-child {
	margin-left:0
}

.opta-widget-container .tabs-active .tabs-nav li.tabs-selected {
	border:1px solid #ccc;
	border-bottom:0
}

.opta-widget-container .tabs-active .tabs-nav li.tabs-selected a {
	color: #a80716;
	font-weight: bold;
}

.opta-widget-container .tabs-active .tabs-nav li.tabs-selected a:hover {
	background: #ffffff;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

.opta-widget-container .tabs-active .tabs-nav li:hover {
}

.opta-widget-container .tabs-active .tabs-nav li a {
	border:none!important;
	display:block;
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding-left: 11px;
	padding-right: 11px;
}

.opta-widget-container .tabs-active .tabs-nav li a:hover {
	background: #f5f5f5;
	color: #a80716;
	height: 32px;
	padding-left: 11px;
	padding-right: 11px;
}

.noSZfonts .opta-widget-container .tabs-active .tabs-nav li a {
	font-weight:700
}

.opta-widget-container .tabs-active .tabs-content {
	border:1px solid #ccc;
	border-bottom:0
}

.opta-widget-container .comparison {
	border:0
}

.opta-widget-container .comparison form {
	border:1px solid #ccc;
	border-bottom:0
}

.opta-widget-container .comparison legend {
	background-color:#fff;
	border:0
}

.opta-widget-container .comparison legend span {
	color:#3e3e3e;
	display: block;
	font-family: 'Arial','Helvetica','clean',sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height: 25px;
}

.noSZfonts .opta-widget-container .comparison legend span {
	font-weight:700
}

.opta-widget-container .comparison fieldset {
	padding:0
}

.opta-widget-container .comparison table {
	border-bottom:0
}

.opta-widget-container .comparison table thead {
	display:none
}

.opta-widget-container .comparison table tbody tr {
	height:35px
}

.opta-widget-container .comparison table tbody th,.opta-widget-container .comparison table tbody .player1,.opta-widget-container .comparison table tbody .player2,
.opta-widget-container .comparison table tbody .team1,.opta-widget-container .comparison table tbody .team2 {
	background:none!important;
	color:#3e3e3e!important;
	font-size:11px!important;
	font-weight:normal!important
}

.opta-widget-container .comparison table tbody .player1,.opta-widget-container .comparison table tbody .player2,.opta-widget-container .comparison table tbody .team1,
.opta-widget-container .comparison table tbody .team2 {
	font-family:'SZSansBold','Arial','Helvetica','clean',sans-serif
}

.noSZfonts .opta-widget-container .comparison table tbody .player1,.noSZfonts .opta-widget-container .comparison table tbody .player2,
.noSZfonts .opta-widget-container .comparison table tbody .team1,.noSZfonts .opta-widget-container .comparison table tbody .team2 {
	font-weight:700
}

.opta-widget-container .comparison table tbody .player1 img,.opta-widget-container .comparison table tbody .player2 img {
	height: 155px;
	width: 103px;
}

.opta-widget-container .comparison table tbody tr>th>img {
	display:none!important
}

.opta-widget-container .comparison td.crest.team1,.opta-widget-container .comparison td.crest.team2 {
	border-left:none;
	border-right:0
}

.opta-widget-container .comparison td.crest.team1 {
	padding-left:10px
}

.opta-widget-container .comparison .tabs-container {
	border:0;
	margin:1.4em 0 0 0;
	padding:0
}

.opta-widget-container .comparison .tabs-container .tabs-content {
	border-bottom:1px solid #ccc
}

.opta-widget-container .ranking-container thead th {
	font-size:15px
}

.opta-widget-container .ranking-container tbody td.name img,.opta-widget-container .ranking-container tbody td.team img {
	display:inline!important
}

.opta-widget-container .ranking-container tbody td.name,.opta-widget-container .ranking-container tbody td.team {
	font-family:'SZSansBold','Arial','Helvetica','clean',sans-serif;
	font-weight:normal
}

.noSZfonts .opta-widget-container .ranking-container tbody td.name,.noSZfonts .opta-widget-container .ranking-container tbody td.team {
	font-weight:700
}

.opta-widget-container table.colchart.horizontal tbody tr td span.rating {
	text-shadow:none
}

.opta-widget-container .matchstats-teamstats-container,.opta-widget-container .matchstats-lineup .lineup-coach {
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0
}

.opta-widget-container .matchstats-teamstats-container {
	margin:5px 0 0 0
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dt {
	font-size:11px;
	line-height:14px;
	margin-top:10px
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dd {
	border-bottom:1px solid #ccc
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dd>table {
	margin:0
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dd>table>thead {
	display:none
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dd>table>tbody td {
	border:0;
	font-family: 'Arial','Helvetica','clean',sans-serif;
	font-size:11px;
	font-weight:normal
}

.noSZfonts .opta-widget-container .matchstats-teamstats-container .tabs-content dd>table>tbody td {
	font-weight:700
}

.opta-widget-container .matchstats-teamstats-container .home-percentage,.opta-widget-container .matchstats-teamstats-container .away-percentage {
	background: #a80716;
	background-image:none!important;
	height:15px!important
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dd .home-percentage, .opta-widget-container .matchstats-teamstats-container.light-coverage dd .home-percentage {
	background: #a80716;
	color: #a80716;
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dd .away-percentage, .opta-widget-container .matchstats-teamstats-container.light-coverage dd .away-percentage {
	background: #cccccc;	
	color: #cccccc;	
}

.opta-widget-container .matchstats-lineup ul {
	border:1px solid #ccc;
	outline:0
}

.opta-widget-container .matchstats-lineup li {
	height:32px;
	line-height:32px!important;
	margin:0;
	padding:2px 0 2px 5px
}

.opta-widget-container .matchstats-lineup li:nth-child(even) {
	background-color:#a80716
}

.opta-widget-container .matchstats-lineup li span {
	font-size:14px
}

.opta-widget-container .matchstats-lineup li img {
	margin:0;
	padding:0;
	top:8px
}

.opta-widget-container .matchstats-lineup h3 {
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	height:32px;
	width:auto
}

.opta-widget-container .matchstats-lineup h3 span {
	color:#888;
	font-family:'SZSansBold','Arial','Helvetica','clean',sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:34px
}

.noSZfonts .opta-widget-container .matchstats-lineup h3 span {
	font-weight:700
}

.opta-widget-container .matchstats-lineup .lineup-coach {
	font-size:14px
}

.opta-widget-container .matchstats-lineup .lineup-coach dt {
	font-family:'SZSansBold','Arial','Helvetica','clean',sans-serif;
	font-weight:normal
}

.opta-widget-container .matchstats-lineup .lineup-coach dl {
	line-height:32px
}

.opta-widget-container .matchstats-teamstats-container .matchup>span {
	padding:0
}

.opta-widget-container .stats {
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin:5px 0 0 0
}

.opta-widget-container h2.profile-container {
	border:0
}

.opta-widget-container .stats .tabs-content {
	border:1px solid #ccc;
	padding:.7em 0
}

.opta-widget-container .stats .tabs-selected {
	border:0
}

.opta-widget-container .stats dl,.opta-widget-container .venues dl {
	float:none;
	width:100%;
	margin:0
}

.opta-widget-container .stats dt,.opta-widget-container .venues dt {
	border-left:none
}

.opta-widget-container .stats dd,.opta-widget-container .venues dd {
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-weight:normal
}

.noSZfonts .opta-widget-container .stats dd,.noSZfonts .opta-widget-container .venues dd {
	font-weight:700
}

.opta-widget-container .stats dt,.opta-widget-container .stats dd,.opta-widget-container .venues dt,.opta-widget-container .venues dd {
	border:0;
	font-size:14px
}

.opta-widget-container .stats dd {
	display:inline
}

.opta-widget-container .stats dl.percentage .bargraph {
	background-color:#eee;
	border:0;
	display:inline-block;
	float:right;
	height:10px;
	width:60%
}

.opta-widget-container .stats dl.percentage .bargraph span {
	height:10px
}

.opta-widget-container .team-container {
	border:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin:5px 0 0 0
}

.opta-widget-container .team-container .playerstats-filter {
	border:0;
	position:static
}

.opta-widget-container .team-container .playerstats-filter fieldset {
	padding:0
}

.opta-widget-container .team-container .playerstats-filter select {
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 150px;
}

.opta-widget-container .team-container .playerstats-filter select option {
	font-size: 10px;
}

.opta-widget-container .team-container .tabs-active .tabs-content {
	border-bottom:1px solid #ccc;
}

.opta-widget-container .team-container .tabs-active .tabs-content li {
	border-top:0;
}

.opta-widget-container .team-container tbody tr {
	border-bottom:1px solid #e7e7e7;
	font-size: 11px;
}

.opta-widget-container .team-container tbody td,.opta-widget-container .team-container tbody th {
	background:none!important;
	border:0;
	margin:0;
	padding:0
}

.opta-widget-container .team-container tbody th {
	border-bottom-color:#eee!important;
	font-size: 11px;
	line-height:35px!important
}

.opta-widget-container .team-container tbody th.jersey {
	padding-left:10px
}

.opta-widget-container .team-container tbody td.name img {
	border:0;
	margin:0 10px
}

.opta-widget-container .team-container tbody td.name span {
	line-height:29px
}

.sidebar .opta-widget-container h2 {
	background-color:#ecebe6;
	display:block;
	font-size:18px;
	font-family:'Arial','Helvetica','clean',sans-serif;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding:1.4em 10px 10px 20px;
	width:auto
}

.noSZfonts .sidebar .opta-widget-container h2 {
	font-weight:700
}

.sidebar .opta-widget-container .ranking-category fieldset:after {
	content:''
}

.opta-widget-container .tabs-active div.opta-dropdown {
	background: none;
}

.opta-widget-container .team-container .playerstats-filter fieldset {
	border-bottom: dotted 1px #a7a7a7;
	border-top: dotted 1px #a7a7a7;
	margin-bottom: 14px;
	outline: 0;
}

.opta-widget-container .matchstats-teamstats-container .matchup {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ccc;
}

.opta-widget-container .matchstats-teamstats-container .matchup .home-team, .opta-widget-container .matchstats-teamstats-container .matchup .away-team {
    position: absolute;
    top: 5px;
    line-height: 35px;
    text-transform: none;
    text-align: left;
    font-size: 11px;
    color: #3e3e3e;
}

.opta-widget-container .matchstats-teamstats-container .tabs-content dl {
    width: 100%;
    margin: 44px auto 0;
}

.opta-widget-container .comparison fieldset fieldset {
	padding-top: 0;
}
                                                                                                                                                                                     
div#mc_adlink {
  margin-left: 10px;
  margin-top: 10px;
  width: 810px;
  color: #343434;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #cccccc;
  font-size: 11px;
  text-align: left;
}

.opta-widget-container .timeline .match-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 40px; 
  min-height: 20px;
  line-height: 20px;
  border-top: 1px solid #eee;
  overflow: hidden;
  height: auto;
}

.opta-widget-container .timeline .match-details dt:nth-child(7) {
  clear: both;
}                                                                                                                                                                                             

div#kompaktlink-leiste {
background: none;
height: 30px;
margin-top: 0px;
width: 100%;
}

div#kompaktlink-leiste a {
border-right: none;
color: #6e6e6c;
text-decoration: none;
display: block;
float: left;
font-size: 12px;
height: 30px;
line-height: 30px;
width: 25%;
text-align: center; 
padding-left: 0px;
padding-right: 0px;
}

.kommentare {
  display: none;
}                                                                                                                                                                                                            

/* Aufstellungen Widget */
.optaAufstellung .opta-matchstats .matchstats-lineup li span {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}

.optaAufstellung .opta-matchstats .matchstats-lineup li {
  height: auto;
  line-height: 24px!important;
  margin: 0;
  padding: 2px 0 2px 5px;
}

.optaAufstellung .opta-matchstats .matchstats-lineup li img {
  margin: 0;
  padding: 0;
  top: 4px;
}

.optaAufstellung .opta-matchstats .matchstats-lineup .lineup-coach { 
  font-size: 12px;
}

.optaAufstellung .opta-matchstats .matchstats-lineup h3 span {
font-size: 12px;
}
/* Aufstellungen Widget */

#comment_add .bookmark {
  font-size: 12px;
  color: #434343;
  text-decoration: none;
  font-family: arial, verdana, helvetica;
  font-weight: normal;
}     

#comment_add {
  margin-left: 10px;
}      

#comments {
  margin-left: 10px;
}        

#comments .bookmark {
  line-height: 16px;
  font-size: 12px;
} 

.opta-matchstats .matchstats-lineup h2 span {
font-size: 12px;       
padding-left: 7px;
}

.opta-matchstats .narrow h2, .opta-matchstats h2.narrow {
border-radius: 0;
}    

.optaAufstellung .opta-matchstats h2.opta-error {
display: none;
}       

#tableField div.opta-error {
background: none;
border: none;
}      

.resAdd {
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-top: -6px;
}

.resultSubtitle {
  background: #d2d2d2;
  height: 19px;
  padding-left: 6px;
  font-weight: bold;
  color: #505050;
  line-height: 19px;
  margin-top: 5px;
  clear: both;
}

/* Feed Scoreboard */
.leftAreaScoreboard {            
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e9e9e9)); 
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);                             
    background: -o-linear-gradient(white 0%, #e9e9e9 100%);
    background: linear-gradient(white 0%, #e9e9e9 100%);
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 182px;  
    width: 573px;
}
    .leftAreaScoreboard .scoreboardConf {
        padding: 10px;
    }
    
        .leftAreaScoreboard .scoreboardConf .scoreboardConfTitle {
            color: #eb9b22;
            margin-bottom: 10px;
        }    
    
        .leftAreaScoreboard .scoreboardConf .scoreboardConfRow {
            clear: both;
            height: 20px;
            line-height: 20px;
            margin-bottom: 5px;
        }          
    
            .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowKickoff {
                float: left;
                width: 85px;
            }      
            
                .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowKickoff span.live {
                    background: #eb9b22;
                    color: #ffffff;
                    display: block;
                    float: left;
                    height: 14px;
                    line-height: 14px;
                    padding-left: 15px;
                    padding-right: 15px;
                    margin-top: 3px;
                }  
    
            .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowTeam1 {    
                float: left;
                margin-right: 20px;
                text-align: right;  
                width: 140px;
            }                   
    
            .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowTeam1Image {  
                float: left;
                width: 18px;
            }                 
    
            .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowResult {     
                float: left;
                text-align: center;
                width: 40px;
            }                 
    
            .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowTeam2Image { 
                float: left; 
                width: 18px;
            }                  
    
            .leftAreaScoreboard .scoreboardConf .scoreboardConfRow .scoreboardConfRowTeam2 {    
                float: left;   
                margin-left: 20px;
                text-align: left; 
                width: 140px;
            }    

    .leftAreaScoreboard .scoreboardTeamrow {
    }  

        .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam1 {
            float: left;
            margin-left: 2%;
            margin-top: 15px;
            text-align: center;
            width: 35%;
        }  

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam1 .scoreboardTeamrowTeam1Name {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 5px;
            }  

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam1 .scoreboardTeamrowTeam1Logo {
            }

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam1 .scoreboardTeamrowTeam1Data {
                margin-top: 15px;
                text-align: left;
            }  

                .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam1 .scoreboardTeamrowTeam1Data .scoreboardTeamrowTeam1DataGoal {
                } 

        .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowScore {  
            float: left;       
            margin-top: 15px;
            text-align: center;
            width: 26%;
        }       

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowScore .scoreboardTeamrowScoreFullscore {
                font-size: 30px;
                font-weight: bold;
            }      

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowScore .scoreboardTeamrowScoreSinglescores {
                font-size: 16px;
                font-weight: bold;
                margin-top: 5px;
            }   

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowScore .scoreboardTeamrowScoreStatus {
                background: #eb9b22;
                border-radius: 5px; 
                color: #ffffff;
                font-size: 15px;
                height: 25px;
                line-height: 25px;
                margin: auto;
                margin-top: 20px;
                padding-left: 10px;  
                padding-right: 10px;
                text-align: center;
                width: 75px;
            } 

        .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam2 {
            float: left;   
            margin-right: 2%;  
            margin-top: 15px;
            text-align: center;
            width: 35%;
        }  

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam2 .scoreboardTeamrowTeam2Name {  
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 5px;
            }  

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam2 .scoreboardTeamrowTeam2Logo {
            }

            .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam2 .scoreboardTeamrowTeam2Data {  
                margin-top: 15px;
                text-align: left;
            }  

                .leftAreaScoreboard .scoreboardTeamrow .scoreboardTeamrowTeam2 .scoreboardTeamrowTeam2Data .scoreboardTeamrowTeam2DataGoal {
                }

    .leftAreaScoreboard .scoreboardDatarow {
        font-size: 11px;
        line-height: 14px;
        margin-top: 14px;
        padding-left: 2%;
    }

        .leftAreaScoreboard .scoreboardDatarow .scoreboardDatarowKickoff {
            float: left;
        }  

        .leftAreaScoreboard .scoreboardDatarow .scoreboardDatarowReferee { 
            float: left;
            margin-left: 20px;
        }

        .leftAreaScoreboard .scoreboardDatarow .scoreboardDatarowAttendance {  
            float: left;
            margin-left: 20px;
        }   

        .leftAreaScoreboard .scoreboardDatarow .scoreboardDatarowStadium {  
            clear: both;
            line-height: 20px;
            margin-bottom: 10px;
        }
        
/* Feed gamebar */
.gamebar {
} 

    .gamebar .gamebarLeftArrow {
        float: left;
        margin-right: 7px;
        width: 30px;
    }    

    .gamebar .gamebarContent {
        float: left;
        overflow: hidden;
        width: 845px;
    }     

        .gamebar .gamebarContent .gamebarInnerContent {
            width: auto;
        }      

            .gamebar .gamebarContent .gamebarInnerContent #gamebarInnerContentElementActive {
                background: url(/live/center5_0/templates/sportal/opta-2bundesliga/images/gamebar_element_active_bg.png);    
            }  

            .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement {
                background: #d2d2d2;
                float: left;
                width: 140px;    
                cursor: hand;
                cursor: pointer;
            } 

            .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElementBorder {
                border-left: 1px solid #ffffff;    
            }      

                .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementHead {
                    height: 30px;
                }     

                    .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementHead .gamebarInnerContentElementKickoff {
                        font-size: 11px;
                        margin-left: 10px;
                        padding-top: 10px;
                    }    

                        .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementHead .gamebarInnerContentElementKickoff span.live {
                            background: #eb9b22;
                            color: #ffffff;
                            display: block;
                            float: left;
                            height: 14px;
                            line-height: 14px;
                            padding-left: 15px;
                            padding-right: 15px;
                        }

                    .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementHead .gamebarInnerContentElementGoalalarm {
                    }  

                .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain {
                    height: 47px;
                    margin-top: 3px;
                }      

                    .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainTeam1 {
                        float: left;
                        text-align: center;
                        width: 35%;
                    }   

                        .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainTeam1 .gamebarInnerContentElementMainTeam1Name {
                            font-size: 11px;
                            margin-bottom: 2px;
                        }  

                        .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainTeam1 .gamebarInnerContentElementMainTeam1Logo {
                        }     

                    .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainScore {
                        float: left; 
                        text-align: center;
                        width: 30%;
                    }          

                        .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainScore .gamebarInnerContentElementMainScoreFullscore {
                            font-size: 20px;
                            font-weight: bold;
                            margin-top: 20px;
                        }     

                    .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainTeam2 {
                        float: left;
                        text-align: center;
                        width: 35%;
                    }   

                        .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainTeam2 .gamebarInnerContentElementMainTeam2Name {
                            font-size: 11px;
                            margin-bottom: 2px;
                        }  

                        .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementMain .gamebarInnerContentElementMainTeam2 .gamebarInnerContentElementMainTeam2Logo {
                        } 

                .gamebar .gamebarContent .gamebarInnerContent .gamebarInnerContentElement .gamebarInnerContentElementSinglescores {   
                    height: 20px;
                    text-align: center;
                }    

    .gamebar .gamebarRightArrow {
        float: left;
        margin-left: 7px;
        width: 30px;
    }

/* Navbar */    
.navbar {
}

    .navbar .navbarDivision {
        float: left;
    }  

    .navbar .navbarDivisionSelector { 
        display: block;
        float: left;   
        margin-left: 5px;
    }   

    .navbar .navbarGameday {     
        float: left;
        margin-left: 20px;
    }  

    .navbar .navbarGamedaySelector {  
        display: block; 
        float: left;    
        margin-left: 5px;
    }      

    .navbar .navbarConference {    
        float: left;        
        /*margin-left: 20px;*/
    }        

    .navbar .navbarConferenceActive {    
        float: left;        
        /*margin-left: 20px;*/
        color: #eb9b22;
        text-decoration: underline;
    }  

    .navbar .navbarConferenceSelector {  
        display: block;
        float: left;   
        margin-left: 5px;
    }
    
/* Fixtures Plus */
h2.fixtures-plus-list {
    display: none;
}

.opta-widget-container .fixtures-plus td.home-team-name .team-name {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    margin-top: 5px;
}                      

.opta-widget-container .fixtures-plus td.away-team-name .team-name {                                               
    font-size: 11px;    
    color: #000000;
    font-weight: normal; 
    margin-top: 5px;
}

.opta-widget-container .fixtures-plus-list tbody tr.scoreline td.match-time span {
    padding: 0;
    background: none;
    margin-left: 4px;
}           

#opta-widget-idx-4 thead tr, #opta-widget-idx-4 tbody tr {
    background: none;
}            

#opta-widget-idx-4 {
    background: none; 
    margin-bottom: 0;
    margin-top: 5px;
}  

.opta-widget-container .fixtures-plus.opta-v3 {
    background: none;
    margin-bottom: 0;
}            

#opta-widget-idx-4 .tabs-content {
    background: none;
    border: 0; 
    margin-bottom: 0;
}   

.opta-widget-container .fixtures-plus-list tr.scoreline td {
    padding: 5px 4px;                                         
    font-size: 11px;    
    color: #000000;
    font-weight: normal;
}      

.opta-widget-container .fixtures-plus-list tr.scoreline td.score-home,
.opta-widget-container .fixtures-plus-list tr.scoreline td.score-away,
.opta-widget-container .fixtures-plus-list tr.scoreline td.score-divider {
    font-size: 12px;    
}

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    height: 25px;
    background: none;
    border: 0;
    margin-bottom: 5px;
}                

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown span, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown span {
padding: 5px 0 0 0;
background: transparent;
color: #000000;
font-weight: normal;
}

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown span span, .opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown span span {
    padding: 0;
    margin: 0 0 0 6px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent url(/live/center5_0/templates/sportal/opta-2bundesliga/images/football-fixtures.png) no-repeat 0 -165px;
}

.opta-widget-container .fixtures-plus td.home-team-name, 
.opta-widget-container .fixtures-plus td.away-team-name {
    width: 23%;
}   

.opta-widget-container .fixtures-plus td.match-time {                                              
    font-size: 11px;    
    color: #000000;
    padding-left: 10px;
    width: 30%;
}          

.opta-fixtures_plus .match-time { 
    padding-left: 10px;
}

.opta-widget-container .fixtures-plus td.home-team-name .crest {
    top: -6px;
    right: 4px;
}          

.opta-widget-container .fixtures-plus td.away-team-name .crest {
    top: -6px;  
    left: 4px;
}          

.opta-fixtures_plus .score-home { 
    padding-top: 7px;
    padding-bottom: 3px;
}             

.opta-fixtures_plus .score-divider { 
    padding-top: 7px;
    padding-bottom: 3px;
}          

.opta-fixtures_plus .score-away { 
    padding-top: 7px;
    padding-bottom: 3px;
}                      

.opta-fixtures_plus .fixtures-plus-list .tabs-active div.opta-dropdown.active ul.tabs-nav, 
.opta-fixtures_plus .fixtures-plus-grid .tabs-active div.opta-dropdown.active ul.tabs-nav {
    top: 25px;
    background: #fff;
    height: 200px;
    padding: 0;
    width: 150px;
}                               

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li {
line-height: 18px;
color: #000000;  
height: 30px;
}                                

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li:hover, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li:hover {
background-color: #eb9b22;
color: #ffffff;         
line-height: 18px;
height: 30px;
} 
    
.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li a, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li a {
color: #000000;                                                                              
line-height: 18px; 
height: 28px;
}      
    
.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li a:hover, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li a:hover {
background-color: #eb9b22;
color: #ffffff;         
line-height: 18px; 
height: 28px;
}   

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li.tabs-selected, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li.tabs-selected {
background-color: #eb9b22;
border-bottom: 1px solid #ddd;
color: #ffffff;        
line-height: 18px; 
height: 30px;
}

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li.tabs-selected a, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li.tabs-selected a {
background-color: #eb9b22;  
color: #ffffff;    
line-height: 18px; 
height: 28px;
}   

.opta-widget-container .fixtures-plus-list .tabs-active div.opta-dropdown ul.tabs-nav li.tabs-selected a:hover, 
.opta-widget-container .fixtures-plus-grid .tabs-active div.opta-dropdown ul.tabs-nav li.tabs-selected a:hover {
background-color: #eb9b22;
color: #ffffff;  
line-height: 18px;
height: 28px;
}

/* Table */
#tableField .opta-standings h2 {
    display: none;   
}

#tableField .opta-widget-container .standings-container {
    border: 0;
}

#tableField .opta-standings thead th {
    border: 0;
}   

#tableField .opta-standings thead th.pos {
    border: 0;
}

#tableField .opta-widget-container tbody td.position {
    text-align: center;
}

#tableField .opta-standings thead th .image-spacer {
    display: none;
}   

#tableField .opta-standings tbody td .image-spacer {
    margin-right: 0;
}

#tableField .opta-standings thead tr {
    height: 20px;
}               

#tableField .opta-standings tbody tr {
    height: 20px;
}

#tableField .opta-widget-container tbody td.team {
    line-height: 20px;
}

/* Conference commentary */
div#mc_content_modul2_commentary_content_inner_conference {
    font-size: 12px;
    height: 855px;
    margin-left: 10px;
    margin-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 552px;
}

div#mc_commentary_item_1 {
  width: 545px;
  border-bottom: 1px solid #e7e7e7;
  padding: 6px;
  background: #f5f5f5;
  margin-left: 1px;
}    

div#mc_commentary_item_0 {
  width: 545px;
  border-bottom: 1px solid #e7e7e7;
  padding: 6px;
  background: ##ffffff;
  margin-left: 1px;
} 

div#mc_commentary_comment_conference {
    width: 380px;
    float: left;
}

.leftAreaGoalReplay .opta-goalreplay h2 {
    background: none;
    color: #3e3e3e;
    font-family: 'Arial','Helvetica','clean',sans-serif;
    font-size: 16px;
    height: auto;
    border: 1px solid #ddd;
    border-bottom: 0;
    width: 563px;
    padding-left: 10px;
}

.opta-standings .standings-competition-name {
    display: none;
}

.opta-actionareas h2 {
    display: none;
}

#resultsField .opta-fixtures_plus .tabs-content {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

a.bigOrange {
    background: #eb9b22;
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}                                                                                                                  

/* Ad */
.adUnderScoreboard {
    margin-bottom: 15px;
}                                          

.opta-widget-container .fixtures-plus-list .tabs-active ul.tabs-nav, .opta-widget-container .fixtures-plus-grid .tabs-active ul.tabs-nav {
    background: none;
    color: #000000;
}

.opta-widget-container .fixtures-plus-list .tabs-active ul.tabs-nav li, .opta-widget-container .fixtures-plus-grid .tabs-active ul.tabs-nav li, .opta-widget-container .fixtures-plus-list .tabs-active ul.tabs-nav li a, .opta-widget-container .fixtures-plus-grid .tabs-active ul.tabs-nav li a {
    background: none;
    color: #000000;
    font-size: 11px;
    border: none;
}

.opta-widget-container .fixtures-plus-list .tabs-active ul.tabs-nav li.tabs-selected a, .opta-widget-container .fixtures-plus-grid .tabs-active ul.tabs-nav li.tabs-selected a, .opta-widget-container .fixtures-plus-list .tabs-active ul.tabs-nav li a:hover, .opta-widget-container .fixtures-plus-grid .tabs-active ul.tabs-nav li a:hover {
    background: none;
    color: #000000;
    font-size: 11px;
    font-weight: bold;     
    border: none;
}        
                   
/**
 * Quotenadd
 **/                                                                                                                                                                                                                                                                                                                                                                           
div.poweredbytipico {
    background: url(/live/center5_0/images/powered_by_tipico.png) no-repeat;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 188px;
}
div.poweredbybetsson {
    background: url(/live/center5_0/images/betsson/powered_by_betsson.png) no-repeat;
    height: 74px;
    /*position: absolute;
    right: 0;
    top: 50px; */
    width: 188px;
}
span.poweredbybetsson {
    background: url(/live/center5_0/images/betsson/powered_by_betsson.png) no-repeat;
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 188px;
}
.quotenad {  
    border: 1px solid #ccc;   
    height:43px;
    position:absolute;
    top:105px;
    left:0;
    width:138px;
    text-align:center;
}

.quotenad .quotenad_h {
    margin-top:5px;   
    height: 12px;
}  

.quotenad .quotenad_h div {
    color: #888;
    float:left;
    width:33%;
    text-align:center;
    font-size:11px;    
}                      

.quotenad .quotenad_q {
    margin-top: 3px;     
    position:static;
}                       

.quotenad .quotenad_q div {
    float:left;
    width:33%;
    text-align:center;
}                        

.quotenad .quotenad_q div span {
    display:block;
    background: #c8102e;     
    color:#fff;
    border:1px solid #c8102e;
    border-radius:3px;
    height:18px;
    width:30px;
    line-height:18px;
    font-weight:bold;
    text-align:center;
    margin:auto;
}                      

.quotenad .quotenad_q div span:hover {
    text-decoration: underline;
}                                                                                                                                                                                                                                                                                                                                                                                                                                        
/**
 * END Quotenadd
 **/

#mc_content_modul2_commentary_content_inner #daznbanner {
    background: url(/live/center5_0/images/dazn/DAZN-liveticker-banner-Web-451x50.svg) no-repeat;
    cursor: hand;
    cursor: pointer;
    height: 50px;
    margin: auto;
    margin-top: 10px;
    width: 451px;
}

#mc_commentary_comment a:hover {
    text-decoration: none;
}                  

#mc_commentary_comment a.daznlink {
    text-decoration: underline;
}                                                                                                                                     

#div-gpt-ad-livealert_1 {
    text-align: center;
    margin-bottom: 10px;  
    margin-top: 10px;
}