/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2022 | 23:57:04 */
.player-profile h2 {
  color: rgba(27,9,69,1.0);
  padding: 15px 0;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 25px;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(27,9,69,1.0);
  box-sizing: border-box;
}

.player-profile h2 span.kana {
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 1px;
}

.player-profile {
  margin-bottom: 25px;
}

.player-profile table {
  border: none;
  box-sizing: border-box;
}

.player-profile table tr:first-child {
  border-top: 1px solid rgba(27,9,69,1.0) !important;
}

.player-profile table tr:last-child {
  border-bottom: 1px solid rgba(27,9,69,1.0) !important;
}

.player-profile table th {
  width: 20%;
  text-align: center;
  padding: 5px 5px !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: rgba(27,9,69,0.05);
  border-style: dotted !important;
  border-width: 0 0 0.5px !important;
  border-color: rgba(27,9,69,0.2) !important;
  box-sizing: border-box;
}

.player-profile table td {
  width: 30%;
  font-size: 14px;
  letter-spacing: 1px;
  border-style: dotted !important;
  border-width: 0 0 0.5px !important;
  border-color: rgba(27,9,69,0.2) !important;
  box-sizing: border-box;
}

.player-profile .profile {
  border-style: dotted;
  border-width: 0 0 1px;
  border-color: rgba(27,9,69,0.25);
  padding: 0 0 8px;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

.player-profile .profile span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  background-color: rgba(27,9,69,0.5);
  padding: 8px;
  margin: 0 10px 7px 0;
}

.player-profile .profile span:nth-of-type(2) {
  margin-left: 25px;
}

.player-profile .rl-basicgrid-gallery .rl-gallery-item {
  width: calc(50% - 1px) !important;
  height: 120px !important;
}

.player-profile .rl-basicgrid-gallery .rl-gallery-item:hover {
  opacity: 0.75;
}

.player-profile .rl-basicgrid-gallery .rl-gallery-item img {
  height: 120px !important;
}

@media screen and (max-width: 640px) {
  .player-profile .panel-cell-style {
    padding: 0 !important;
  }
  .player-name .panel-cell-style {
    padding: 0 !important;
  }
}