.golfprice_description {
    margin-top: 25px;
    text-align: left;
    padding: 32px 30px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.golfprice_description p {
    font-size: 13.5px;
}
.golfprice_description p:not(:last-child) {
    margin-bottom: 25px;
}
.golfprice_description_text {
    display: inline-block;
    color: black !important;
}
.golf-dl {
    margin-top: 80px;
    margin-bottom: 20px;
}
.golf-dl_title {
    width: 100%;
    background: #988776;
    min-height: 52px;
    padding: 18px 22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.golf-dl_detail {
    font-size: 13.5px;
    padding: 20px 22px;
    line-height: 1.8;
    color: #888;
    letter-spacing: 0.02em;
}

/* Table */
.golf-club-list-table {
    border-collapse: collapse;
    width: 100%;
    overflow: auto;
    word-break: break-word;
}

.golf-club-list-table th,
.golf-club-list-table td {
    border: 2px solid #E1E5E9;
    padding: 8px;
    text-align: center;
    /*background-color: #E1E5E9;*/
}

.golf-club-list-table tr:nth-child(even) {
    background: #efefefff;
}

.golf-club-list-table tr:nth-child(odd) {
    background: #ffffffff;
}

.golf-club-list-table th {
    background: #1c4074;
    color: #ffffffff;
}

.colored-cell {
    color: #3373BC;
}

.overflow-auto {
    overflow: auto;
}

/* Mobile styles */
@media only screen and (max-width: 767px) {
    .search-golf-club-banner {
      height: 39em !important;
    }
}