FEEDING INSTRUCTIONS: see table. Water should be available at all times. Batch number, factory registration number and best before date: see information on packaging. To be stored in a cool, dry place.
ADULT DOG
IDEAL WEIGHT (KG) |
STAGE |
| WEIGHT LOSS |
MAINTENANCE AFTER WEIGHT LOSS |
|
grams |
cups |
grams |
cups |
| 2 |
38 |
3/8 |
41 |
4/8 |
| 4 |
63 |
6/8 |
70 |
6/8 |
| 6 |
86 |
1 |
94 |
1 |
| 8 |
106 |
1 + 2/8 |
117 |
1 + 3/8 |
| 10 |
126 |
1 + 3/8 |
138 |
1 + 4/8 |
| 15 |
170 |
1 + 7/8 |
187 |
2 + 1/8 |
| 20 |
211 |
2 + 3/8 |
232 |
2 + 5/8 |
| 25 |
250 |
2 + 7/8 |
275 |
3 + 1/8 |
| 30 |
286 |
3 + 2/8 |
315 |
3 + 4/8 |
| 35 |
322 |
3 + 5/8 |
354 |
4 |
| 40 |
355 |
4 |
391 |
4 + 3/8 |
| 45 |
388 |
4 + 3/8 |
427 |
4 + 6/8 |
| 50 |
420 |
4 + 6/8 |
462 |
5 + 2/8 |
| 55 |
451 |
5 + 1/8 |
496 |
5 + 5/8 |
| 60 |
482 |
5 + 3/8 |
530 |
6 |
| 70 |
541 |
6 + 1/8 |
595 |
6 + 6/8 |
| 80 |
598 |
6 + 6/8 |
658 |
7 + 3/8 |
<style>
body {
font-family: sans-serif;
margin: 20px;
background-color: white;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
max-width: 450px; /* Fitting the compact nature of the small dog table */
}
th, td {
border: 1px solid #ccc;
padding: 8px 5px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
/* Header styling similar to the image */
.main-header {
background-color: #E0E0E0;
color: black;
font-size: 1.2em;
padding: 10px;
font-weight: bold;
text-transform: uppercase;
}
.sub-header th {
background-color: #F8F8F8;
font-weight: bold;
text-transform: uppercase;
}
.weight-cell {
background-color: #D3D3D3; /* Light gray for the weight column */
font-weight: bold;
width: 15%;
}
.category-label {
/* Style for the 'ADULT DOG' label on the left */
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 1.5em;
font-weight: bold;
color: #666;
padding: 10px 5px;
background-color: #F0F0F0;
line-height: 1.2;
height: 100%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
/* Specific styling for the table data rows */
.data-row:nth-child(even) {
background-color: #F9F9F9;
}
.table-container {
display: flex;
border: 1px solid #ccc; /* Border around the entire structure */
max-width: fit-content;
}
</style><style>
body {
font-family: "Noto Sans CJK TC", "Microsoft JhengHei", Arial, sans-serif;
margin: 20px;
background-color: #f5f5f5;
color: #333;
}
.container {
background-color: white;
border: 1px solid #e0e0e0;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h2 {
font-size: 1.5em;
font-weight: bold;
color: #333;
text-align: left;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
}
th, td {
border: 1px solid #e0e0e0;
padding: 12px 8px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
/* 頂部主標題行 (STAGE) */
.main-header th {
background-color: #f7f7f7;
font-weight: bold;
color: #333;
padding: 15px 8px;
}
/* 次級標題行 (WEIGHT LOSS, MAINTENANCE AFTER WEIGHT LOSS) */
.sub-header th {
background-color: #f7f7f7;
font-weight: normal;
color: #666;
}
/* 數據行 */
.data-row td {
background-color: white;
color: #333;
}
/* 第一列 (體重) 特殊處理 */
.weight-cell {
font-weight: bold;
color: #333;
text-align: center;
}
/* "ADULT DOG" 側邊標籤 */
.table-wrapper {
display: flex;
border: 1px solid #e0e0e0; /* 外部邊框 */
}
.adult-dog-label {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 1.5em;
font-weight: bold;
color: #666;
padding: 10px 5px;
background-color: #F0F0F0;
line-height: 1.2;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-right: none; /* 與表格主體連接處無邊框 */
min-width: 30px;
}
</style><style>
body {
font-family: "Noto Sans CJK TC", "Microsoft JhengHei", Arial, sans-serif;
margin: 20px;
background-color: #f5f5f5;
color: #333;
}
.container {
background-color: white;
border: 1px solid #e0e0e0;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h2 {
font-size: 1.5em;
font-weight: bold;
color: #333;
text-align: left;
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
}
th, td {
border: 1px solid #e0e0e0;
padding: 12px 8px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
/* 頂部主標題行 (STAGE) */
.main-header th {
background-color: #f7f7f7; /* 淺灰色標題區隔 */
font-weight: bold;
color: #333;
padding: 15px 8px;
}
/* 次級標題行 (WEIGHT LOSS, MAINTENANCE AFTER WEIGHT LOSS) */
.sub-header th {
background-color: #f7f7f7; /* 淺灰色標題區隔 */
font-weight: normal;
color: #666;
}
/* 數據行 */
.data-row td {
background-color: white;
color: #333;
}
/* 第一列 (體重) 特殊處理 */
.weight-cell {
font-weight: bold;
color: #333;
text-align: center;
}
/* "ADULT DOG" 側邊標籤 */
.table-wrapper {
display: flex;
border: 1px solid #e0e0e0; /* 外部邊框 */
}
.adult-dog-label {
writing-mode: vertical-rl;
transform: rotate(180deg);
font-size: 1.5em;
font-weight: bold;
color: #666;
padding: 10px 5px;
background-color: #F0F0F0;
line-height: 1.2;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-right: none; /* 與表格主體連接處無邊框 */
min-width: 30px;
}
</style>