table.shop_table td, table.shop_table th {
    padding: 10px 15px;
}

table.shop_table th {
    background: #f7f7f7;
    font-weight: 600;
}

table.shop_table tr:nth-child(even) {
    background: #fafafa;
}

button.button.alt {
    background: #fd4680;
    color: white;
    padding: 8px 16px;
    border-radius: 2px;
}