/*Start Link Buttons*/

.buttons a {
  padding: 0px 7px 0px 7px;
  margin-right: 5px;
  background: #09c;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  float: left;
}
.buttons a:hover {
  background: #9c0;
}
/*End Link Buttons*/
.event {
  margin-left: 10px;
  float: left;
  color: #000;
}
.event table  {
  width: 305px;
}
.sport {
  background: #414143;
  font: 14px/20px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
}
.sport b {
  color: #fff;
  font-weight: 900;
}
.header { 
  color: #251f1f;
  font: 12px/18px Arial, Helvetica, sans-serif;
  background: #727375;
  width: 50%;
}
.header b {
  background: #c6d932;
  padding: 2px 4px 1px 4px;
}
.header2 {
  padding-right: 4px;
  color: #fff;
  font: 12px/18px Arial, Helvetica, sans-serif;
  text-align: right;
  background: #727375;
  width: 50%;
}
.team , .score {
  font: 12px/14px Arial, Helvetica, sans-serif;
  background: #5a5b5f;
  color: #fff;
}
.team {
  text-align: right;
  padding-right: 4px;
}
.score {
  padding-left: 4px;
  text-align: left;
}