.matchup {
  width:100%;
  background: #fff;
}

.matchup-wagger {
  display: block;
  float: right;
  position: relative;
  font-size: 12px;
  top: -8px;
  z-index: 1;
  margin-right: 4px;
}

.matchup-wagger-bold {
  font-weight: bold;
}

.points-view {
  display: block;
  position: relative;
  float: right;
  font-size: 17px;
  font-weight: bold;
  z-index: 1;
  margin-right: 8px;
  top:-45px;
}

.matchup-spread {
  display: block;
  float: right;
  position: relative;
  font-size: 14px;
  top: -14px;
  z-index: 1;
  margin-right: 25px;
}

.close-image {
    display: block;
    float: right;
    position: relative;
    top: -30px;
    z-index: 1;
}
