diff --git a/static/styles/portico/billing.css b/static/styles/portico/billing.css
index debefe91b1..537632eb1c 100644
--- a/static/styles/portico/billing.css
+++ b/static/styles/portico/billing.css
@@ -361,4 +361,17 @@ input[name="licenses"] {
}
}
}
+
+ select {
+ height: 30px;
+ width: 100%;
+ padding: 4px 6px;
+ font-size: 14px;
+ color: hsl(0, 0%, 33%);
+ border-radius: 4px;
+ border: 1px solid hsl(0, 0%, 80%);
+ margin-bottom: 10px;
+ cursor: pointer;
+ background-color: hsl(0, 0%, 100%);
+ }
}
diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html
index b84acbb7ce..982e22426f 100644
--- a/templates/corporate/upgrade.html
+++ b/templates/corporate/upgrade.html
@@ -248,7 +248,7 @@
-