.h2h input {
    background-image: url(../images/search-light.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-indent: 40px;
    border: 1px solid #979797;
    padding: 10px;
}

.h2h-widget__player-name {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    display: -webkit-box;
    display: flex;
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 5px;
}

.win-rate-bar {
    height: 20px;
    background: #e6e6e6;
    
}
.win-rate-bar--overview .win-rate-bar__inner {
    background: #979797;
}
.win-rate-bar__inner {
    width: 0;
    height: 20px;
    background: #979797;
    -webkit-transition: width 2s ease-out;
    transition: width 2s ease-out;
}

.pprofile-overview__win-rate-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-top: 3px;
}
.pprofile-overview__title--small {
    font-size: 16px;
}

.pprofile-overview__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.h2h-stats__stat {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #979797;
    padding: 9px 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid green;
}

.h2h_rezultat_naslov {
  width: 95%; 
  height: 20px; 
  border: 1px solid #979797;
  padding: 5px;
  background-color: #e6e6e6;
}

.h2h_rezultat_datum {
  width: 100px;
  font-weight: 900;
}

.h2h_rezultat_sezona {
  color: #3d3d3d;
  font-weight: 700;
  text-align: left;
  width: 200px;
}

.h2h_rezultat_liga {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #3d3d3d;
}

.h2h_rezultat_tip_susreta {
  background-repeat: no-repeat;
  background-position: center right 1px;
  width: 20px;
}

.h2h_liga {
     background-image: url(../images/surface-clay.png);
}
.h2h_prijateljski {
     background-image: url(../images/surface-hard.png);
}
.h2h_ostalo {
     background-image: url(../images/surface-grass.png);
}

.h2h_rezultat_lokacija {
  color: #3d3d3d;
  font-weight: 700;
  text-align: left;
  width: 100px;
}

.h2h_rezultat_rezultat {
  width: 95%; 
  height: 30px; 
  margin-top: 5px;
  margin-bottom: 20px;
}

.h2h_rezultat_rezultat_igrac {
  width: 40%; 
  height: 30px; 
  border: 1px solid #979797;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 800;

}

.h2h_rezultat_rezultat_score {
  height: 30px; 
  padding: 2px;
  font-weight: 800;
  font-size: 13px;

}