diff --git a/src/app/main/main.component.css b/src/app/main/main.component.css
index 8414c07..699b69d 100644
--- a/src/app/main/main.component.css
+++ b/src/app/main/main.component.css
@@ -124,4 +124,12 @@ mat-form-field.mat-form-field {
.edit-button {
margin-left: 10px;
top: -5px;
+}
+
+.no-border-radius-bottom {
+ border-radius: 4px 4px 0px 0px;
+}
+
+.no-border-radius-top {
+ border-radius: 0px 0px 4px 4px;
}
\ No newline at end of file
diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html
index aa5bb21..6cb6be1 100644
--- a/src/app/main/main.component.html
+++ b/src/app/main/main.component.html
@@ -1,6 +1,6 @@