.tukija { min-height: 200px !important; }

.torneopal_widget .scoredivider { border-bottom: 1px solid black !important;}

.torneopal_widget .scoretable {  
  max-width:450px;
  margin: auto;
  text-align: center;
  font-family:Ubuntu,Arial;
  border:1px solid #aac;

}

.torneopal_widget .scoretable th{
  text-align:center;
  background:#003366;
  color: #ffff33;
  padding:4px 2px;

}

.torneopal_widget .scoretable th.team,
.torneopal_widget .scoretable td.team
{
  text-align:left;
}

.torneopal_widget .scoretable td{
  text-align:center;
  background:#fff;
  padding:4px 2px;
}

.torneopal_widget .scoretable tr:nth-child(even) td{
  background:#eee;
}

.torneopal_widget #updated{
  display:none;
}
.torneopal_widget .scoretable {
	border-top: 0px solid #aac;
	border-bottom: 1px solid #aac;
	border-left: 0px solid #aac;	
	border-right: 0px solid #aac;

}

.crest img, .torneopal_widget img { width: auto !important; height: auto !important;}

					th.crest {
						
						border-top-left-radius: 1em !important;			
						overflow: hidden !important;  
					}
					th.points {

						border-top-right-radius: 1em !important;			
						overflow: hidden !important;  
					}
					
					tr,table {
						border-radius: 1em !important;			
						overflow: hidden !important;						  
					}
					table, thead {
						border-collapse: collapse;
					}
					
.torneopal_widget .scoredivider { border-bottom: 1px solid black !important;}