.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current {
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  color: #0b419b;
  font-weight: bold;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-title {
  font-size: 14px;
  line-height: 30px;
  padding-top: 4px;
  height: 34px;
  font-weight: bold;
  color: #fff;
  background-color: #0b419b;
  border-radius: 4px 4px 0 0;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-number {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  height: 40px;
  padding: 6px 0 4px;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-number em {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited {
  margin-bottom: 10px;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-title {
  font-size: 13px;
  margin-bottom: 4px;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list {
  display: table;
  border-collapse: collapse;
  text-align: center;
  margin: auto;
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (max-device-width: 299px) {
  .mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list {
    font-size: 11px;
  }
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list > li {
  display: table-row !important;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list > li > span, .mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list > li > em {
  display: table-cell;
  text-align: right;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list > li > span {
  font-weight: normal;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-limited-list > li > em {
  padding: 0 5px;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-stage {
  height: 32px;
  padding: 7px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #e6edf7;
  border-radius: 0 0 4px 4px;
}
.mkn-ui-global-header .mkn-ui-hdr-buttons-points-current-stage em {
  font-size: 14px;
}
