#woo-price-list-table-wrapper {
    margin-top: 10px;
}

#woo-price-list-table th,
#woo-price-list-table td {
    text-align: center;
}

#woo-price-list-table input[type="text"] {
    width: 100px;
}

.woo-price-list-frontend {
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.woo-price-list-frontend th,
.woo-price-list-frontend td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.woo-price-list-frontend th {
    background: #f7f7f7;
}

.woo-price-list-extra-info {
    margin-bottom: 2em;
    font-size: 13px;
    color: #333;
}