diff --git a/css/styles.css b/css/styles.css
index 596032222fbd6af8c72098f4253120d0f4b2b89d..9b2cd4dc086ded98d61152d41b14be1ad65dacf6 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -23,8 +23,8 @@ iframe {
     background-color: #53bdbd;
     color: #005555;
     position: relative;
-    left: 300px;
-    bottom: 27px;
+    left: 828px;
+    bottom: 45px;
     font-size: 30px;
     font-weight: bold;
     border: none;
@@ -271,15 +271,17 @@ iframe {
 }
 
 .listeRepas{
-    height: 500px;
+    height: 495px;
     overflow-y: scroll;
 }
 
 .mealOutline {
     border-radius: 25px;
     background-color: #F2F2F2;
-    padding: 10px;
-    width: 960px;
+    padding-top: 10px;
+    padding-bottom: 10px;
+    padding-left: 50px;
+    width: 930px;
     height: 55px;
     margin-left: 119px;
     margin-top:1em;