.stableford html, .stableford body {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.stableford #container {
  width: 99%;
  font-family: verdana,arial,helvetica,sans-serif;
  margin: 10px;
}
.stableford .infoscreen {
  margin-bottom: 20px;
}
.stableford .infoscreen span {
  display: block;
  overflow: hidden;
}
.stableford .infoscreen .headline {
  font-size: 1.5em;
  font-weight: bold;
}
.stableford .stripe {
  background-color: #f9f9f9;
}
.stableford .container1 {
  background-color: #eee;
  display: block;
  overflow: hidden;
  clear: both;
}
.stableford .container2 {
  background-color: #ddd;
  display: block;
  overflow: hidden;
  clear: both;
}
.stableford .infoTable .header {
  font-weight: bold;
}
.stableford .row {
  clear: both;
  font-size: 0.8em;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
}
.stableford .row .span {
  float: left;
  font-size: 0.9em;
}
.stableford .row .tee {
  width: 7%;
  display: block;
  overflow: hidden;
  float: left;
}
.stableford .row .spv, .stableford .row .zeit {
  width: 10%;
  display: block;
  overflow: hidden;
  float: left;
}
.stableford .row .spieler, .stableford .row .club {
  width: 35%;
  float: left;
}
.stableford .score {
  font-weight: 900;
  text-align: center;
}
.stableford .Birdie {
  background-color: #A4CEF8;
}
.stableford .DBogey {
  background-color: #F9B842;
}
.stableford .Bogey {
  background-color: #F9B842;
}
.stableford .Eagle {
  background-color: #33B0E6;
}
.stableford .Par {
  background-color: #A3A6AB;
}
.stableford .InOut {
  background-color: #F2F2F2;
}
.stableford .Minus {
  font-weight: bold;
  color: #BF0000;
}
.stableford .Plus {
  font-weight: bold;
}
