@import "http://www.20min.ch/2010/CSS/main/main.css";
/* general style */

body {
  background-color:#FFFFFF;
}

table {
margin:0px !important;
}

.sport_tabelle table {
  table-layout: fixed;
  margin:0px !important;
}

.sport_tabelle td {
  border-style:none none solid !important;
  border-width:0 0 1px !important;
  padding:4px 0 !important;
  border-collapse: collapse;
  empty-cells:show;
}

/*table title*/
.sport_tabelle td.text_head, .sport_tabelle td.text_head table td {
  background-color:#FFFFFF !important;
  font-weight:bold;
  padding-left:4px !important;
  color:#555555;
  font-size:11px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

/*content row odd*/
.sport_tabelle .sport_tabelle_rowodd td {
  background-color:#F6F6F6 !important;
}

/* team */
.sport_tabelle .team {
  vertical-align:top;
}

/* time */
.sport_tabelle .time {
  width:13%;
  padding-left:4px !important;
}

/* result */
.sport_tabelle .result {
  text-align:right;
  margin-left:5px;
}

/* liveresult */
.sport_tabelle .liveresult {
  color:#FF0000;
  font-weight: bolder;
  text-align:center;
  width:9%;
}

/* finalresult */
.sport_tabelle .finalresult {
  color:#000000;
  font-weight: bolder;
  text-align:center;
  width:9%;
}

