/*
 * Vultr Regular Performance Calculator - Custom Styles
 *
 * This file overrides or adds styles to the base ec2_calculator.css
 * for Vultr-specific layout adjustments.
 */

/* Make the "Add Instance" button green to match the EC2 page's style */
#add-instance-btn {
    background-color: #28a745; /* Bootstrap's 'success' green */
    border-color: #28a745;
}

#add-instance-btn:hover {
    background-color: #218838; /* A darker green for hover */
    border-color: #1e7e34;
}