diff --git a/bin/css/order.css b/bin/css/order.css
index ecdb943078cbc2d757bdc530e1993bca53cfb11c..981631ec06d41d162e48ba28f6afe18d8204ec48 100644
--- a/bin/css/order.css
+++ b/bin/css/order.css
@@ -69,6 +69,7 @@ th.quiqqer-order-basket-articles-header-pos {
 }
 
 .quiqqer-order-basket-articles-article-quantity {
+    text-align: center;
     width: 100px;
 }
 
@@ -146,10 +147,15 @@ td.quiqqer-order-basket-articles-article-remove button:hover {
     padding-bottom: 5px;
 }
 
+.quiqqer-order-control-order-information-orderData-table td:last-child,
 .quiqqer-order-basket-total td:last-child {
     width: 150px;
 }
 
+.quiqqer-order-control-order-information-orderData-placeholder td {
+    width: initial !important;
+}
+
 .quiqqer-order-basket-total [colspan="2"] {
     font-size: 1px;
     padding: 0;
diff --git a/bin/css/style.css b/bin/css/style.css
index ed43918442441a55d0b73c8d9a24d31d635bca0d..ac589fc52d43f4539505454c8f30d7112539166c 100644
--- a/bin/css/style.css
+++ b/bin/css/style.css
@@ -1325,6 +1325,10 @@ a.toTop:before {
     outline: none;
 }
 
+.cologne-login-dialog .message-information {
+    padding: 10px;
+}
+
 .cologne-login-dialog .qui-window-popup-title {
     background: none;
     padding: 0;