/* palloliitto begin */
.torneopal_widget .scoretable {  
    width:800px;  
    font-family:Ubuntu,Arial;
     border:1px solid #aac; 
     border-width: 0;
    background-color: white;
    color: black;
  }
  .torneopal_widget .scoretable th{
    text-align:center;
    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 .nextmatch tr td{
  border-style:  none;
}


  /* palloliitto end */

/* IF Hoppet colours */
  h1 { color: #d70000; }