.customer-type-buttons {
    margin: 20px 0;
    text-align: center;
}

.customer-type-button {
    padding: 10px 20px;
    margin: 0 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f5f5f5;
	color: grey;
}

.customer-type-button.active {
    background-color: #4CAF50;
    color: white;
    border-color: #4CAF50;
}