diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/AddDinnerToRoom.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/AddDinnerToRoom.cshtml
index fdeadd9..2c3b52b 100644
--- a/Hotel/HostrelHeadwaiterApp/Views/Home/AddDinnerToRoom.cshtml
+++ b/Hotel/HostrelHeadwaiterApp/Views/Home/AddDinnerToRoom.cshtml
@@ -20,8 +20,10 @@
 			<select id="dinner" name="dinner" class="form-control" asp-items="@(new SelectList(@ViewBag.Dinners, "Id", "DinnerName"))"></select>
 		</div>
 	</div>
-	<div class="u-align-right u-form-group u-form-submit u-label-top">
-		<div class="col-8"></div>
-		<div class="col-4"><input type="submit" value="Добавить участника" class="u-active-custom-color-6 u-border-none u-btn u-btn-submit u-button-style u-custom-color-1 u-hover-custom-color-2 u-btn-1" /></div>
-	</div>
+
+			<br>
+      <div class="u-container-layout u-container-layout-2">
+        <input type="submit" value="Сохранить" class="btn btn-outline-dark text-center d-flex justify-content-md-center" />
+      </div>
+
 </form>
\ No newline at end of file
diff --git a/Hotel/HostrelHeadwaiterApp/Views/Home/UpdateRoom.cshtml b/Hotel/HostrelHeadwaiterApp/Views/Home/UpdateRoom.cshtml
index 38cf530..01429da 100644
--- a/Hotel/HostrelHeadwaiterApp/Views/Home/UpdateRoom.cshtml
+++ b/Hotel/HostrelHeadwaiterApp/Views/Home/UpdateRoom.cshtml
@@ -41,15 +41,15 @@
                               class="form-control"/>
 						  </div>
 						  <div class="u-table u-table-responsive u-table-1">
-							  <label class="u-label u-text-custom-color-1 u-label-1">Участники конференции</label>
-						  <table class="u-table-entity">
-		<thead class="u-custom-color-1 u-table-header u-table-header-1">
+							  <label class="u-label u-text-custom-color-1 u-label-1">Обеды для номеров</label>
+						  <table class="table">
+		<thead class="thead-dark">
 			<tr style="height: 44px">
-				<th class="u-border-1 u-border-black u-table-cell">
-					Участники
+				<th class="u-border-1 u-border-grey-50 u-table-cell">
+					Обед
 				</th>
-				<th class="u-border-1 u-border-black u-table-cell">
-					Гражданство
+				<th class="u-border-1 u-border-grey-50 u-table-cell">
+					Цена
 				</th>
 			</tr>
 		</thead>