.customer-subscriptions {
    width: 100%;
    margin: 0 auto;
}

.customer-subscriptions table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.customer-subscriptions th, .customer-subscriptions td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.customer-subscriptions th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.customer-subscriptions .button {
    background-color: #d9534f;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
}

.customer-subscriptions .button:hover {
    background-color: #c9302c;
}
