.greenfees-wrapper table {
    width: 50%;
    margin: auto;
}
.greenfees-wrapper table td:last-child {
    width: 20%;
}

@media only screen and (max-width: 768px){
.greenfees-wrapper table {
    width: 100%;
}
}

