.score-box {
  padding-top: 30px;
  padding-bottom: 10vh;
}

.nav .nav-link {
  line-height: 30px;
  min-width: 100px;
  text-align: center;
}

.score-list .player-name {
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.score-list .table th,
.score-list .table td {
  text-align: center;
  vertical-align: middle;
  width: 2%;
  height: 30px;
  color: #333;
}

.score-list .par-color {
  color: #ff6800ff;
}

.score-list .out-color {
  color: #209a29ff;
}

/*标准杆：白色字体*/
.bg_par {
  /*background-color: #FFF !important;*/
  color: #000 !important;
}

/*低于标准杆1杆（Birdie）：1个圈*/
.bg_bride {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/paroundscore/bg_bride.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*低于标准标2杆(eagle)：2个圈*/
.bg_eagle {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/paroundscore/bg_eagle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*低于标准标2杆以上：1个3角形*/
.bg_eagle1 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/paroundscore/bg_eagle1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*高于标准标1杆（Bogey）：1个方框*/
.bg_bogey {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/paroundscore/bg_bogey.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*高于标准标2杆（Bogey：2个方框*/
.bg_DBogey {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/paroundscore/bg_DBogey.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*高于标准标2杆以上 ：灰色背景*/
.bg_DBogey2 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background-image: url("../../images/usercenter/paroundscore/bg_DBogey2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
