.chart {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.percent {
  display: inline-block;
  line-height: 50px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.chart.medium{
  width: 100px;
  height: 100px; 
  position: absolute;
  left: -15px;
  top: -20px;
  margin: 0;    
}
.club-thmb{
    position: relative;border: none !important;
    width: 65px !important;
    height: 65px !important;
    margin: 0 !important;
}
.club-title{margin-top: 10px;}
.chart.medium canvas{
    width: 100% !imporatnt;
    height: 100% !imporatnt; 
}
.chart.medium .percent {
    display: inline-block;
    line-height: 50px;
    z-index: 2;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    /* background: #000000ed; */
    margin: 0 auto;
    top: 11px;
    color: #000;
    left: 0;
    position: relative;
    font-size: 14px;
}
