.approach-the-green__container {
    margin-top: 80px;
    margin-bottom: 100px;
    border: 1px solid #ececec;
    padding: 10px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
}

.approach-the-green__header-section h4 {
    /*font-size: 18px;*/
}

.gir-stat-graph,
.approach-accuracy-stat {
    display: block;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.gir-stat-data {
    display: block;
    width: 260px;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
}

    .gir-stat-data .gir-made,
    .gir-stat-data .gir-missed {
        display: inline-block;
        width: 125px;
        text-align: center;
    }

        .gir-stat-data .gir-made h4 {
            background: #005a5e;
            color: #FFFFFF;
            padding: 5px 0px 5px 0px;
        }

        .gir-stat-data .gir-missed h4 {
            background: #54d3b7;
            color: #005a5e;
            padding: 5px 0px 5px 0px;
        }

    .gir-stat-data .gir-made span,
    .gir-stat-data .gir-missed span {
        font-size: 12px;
    }

.approach-the-green__club-stats {
    width: 95%;
    height: 100%;
}

    .approach-the-green__club-stats canvas {
        width: 90%;
    }

.color-white {
    color: #fff;
}

.hbar-chart-box {
    position: relative;
    width: 100%;
    height: 250px;
}

.hbar-chart-box-single {
    position: relative;
    width: 100%;
    height: 120px;
}

    .hbar-chart-box canvas,
    .hbar-chart-box-single canvas {
        width: 100% !important;
        height: 100% !important;
    }