diff --git a/src/app/app.component.css b/src/app/app.component.css
index e1348c1..fb3c755 100644
--- a/src/app/app.component.css
+++ b/src/app/app.component.css
@@ -43,6 +43,14 @@ mat-form-field.mat-form-field {
.spinner {
position: absolute;
display: inline-block;
- margin-left: 8px;
+ margin-left: -28px;
margin-top: -10px;
+}
+
+.make-room-for-spinner {
+ padding-right: 40px;
+}
+
+.equal-sizes {
+ padding-right: 20px;
}
\ No newline at end of file
diff --git a/src/app/app.component.html b/src/app/app.component.html
index add2004..34191bb 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -39,7 +39,7 @@