.all-time__header-section h4 {
    /*font-size: 18px;*/
}

.all-time__chart {
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.all-time__fir-section-label, /* fairway in regulation (driving accuracy) */
.all-time__gir-section-label, /* greens in regulation */
.all-time__pph-section-label { /* putts per hole */
    display: block;
    /*font-size: 20px;*/
    font-weight: 900;
}

.putts-per-hole {
    width: auto;
    height: 260px;
    text-align: center;
}
    .putts-per-hole svg {
        display:block;
        height: 250px;
        width: auto;
        margin: auto;
        padding-top: 45px;
    }

@media only screen and (max-width: 1200px) {
    .putts-per-hole {
        width: auto;
        height: 190px;
        text-align: center;
    }

        .putts-per-hole svg {
            display: block;
            height: 200px;
            width: auto;
            margin: auto;
            padding-top: 25px;
        }
}

.all-time__average-putts-wrapper {
    height: 400px;
}

@media only screen and (max-width: 1200px) {
    .all-time__average-putts-wrapper {
        height: 325px;
    }
}
.all-time__average-putts {
    font-size: 65px;
    font-weight: bold;
}

.upgrade-msg-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);
}

.all-time__chart-loading {
    min-height: 300px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: auto;
}