diff --git a/static/style.css b/static/style.css
index 14305452a9cf724240767afaf7e15f94c7646e07..d5679b91e3befcc5da509fe4c3822253d77e0e3e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -71,6 +71,10 @@ details[open] > summary:before {
     width: 7rem;
 }
 
+.uk-button-primary, .uk-alert {
+	border-radius: 3px;
+}
+
 .shadowed-box {
 	box-shadow: 0 0 7px 1px rgba(223,215,215,0.75);
     padding: 1rem;