-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
116 lines (110 loc) · 5.17 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<body>
<div style="display: table; border-spacing: 24px 0;">
<div style="display: table-row">
<div id="productInsideLeft" style="width: 50%; display: table-cell">
<div class="productBlocks">
<h4 aria-level="2">Description:</h4>
<p>A premium wild bird food blended to attract and feed the most desirable outdoor birds.</p>
</div>
<div class="productBlocks">
<h4>Guaranteed Analysis</h4>
<table class="analysisTable">
<tbody>
<tr>
<td>Crude Protein (Min)</td>
<td class="tdright">11.00%</td>
</tr>
<tr>
<td>Crude Fat (Min)</td>
<td class="tdright">30.00%</td>
</tr>
<tr>
<td>Crude Fiber (Max)</td>
<td class="tdright">31.00%</td>
</tr>
</tbody>
</table>
</div>
<div class="productBlocks">
<h4>Ingredients</h4>
<p>Sunflower Seed, Safflower Seed, Peanuts, Dried Raisins, Dried Cherries, Vitamin A Supplement,
Vitamin D-3 Supplement, Vitamin E Supplement, Menadione Sodium Bisulfite Complex, Thiamine
Mononitrate, Riboflavin, Niacin, Choline Chloride, Vitamin B12 Supplement, Pyridoxine
Hydrochloride, Biotin, Folic Acid, Ascorbic Acid (Vitamin C), L-Lysine Monohydrochloride,
DL-Methionine, Potassium Chloride, Sodium Bicarbonate, Manganous Oxide, Ferrous Sulfate, Copper
Oxide, Calcium Iodate, Zinc Oxide, Magnesium Oxide, Dextrose, Artificial Flavor. </p>
</div>
<div class="productBlocks">
<h4>Feeding Directions:</h4>
<p>Feed desired amount in a tube feeder with large holes, hopper feeder, platform feeder or on the
ground. Keep feeders full. Clean feeders frequently. Keep clean, fresh water available. Feed all
year long.</p>
</div>
</div>
<div id="productInsideRight" style="display: table-cell">
<div class="productBlocks">
<h4>Primary Species:</h4>
<p></p>
<p>Cardinals, finches, nuthatches, jays, chickadees, titmice, grosbeaks and other outdoor birds.</p>
<p></p>
</div>
<div class="productBlocks">
<h4>Features:</h4>
<p></p>
<ul>
<li>Real cherries</li>
<li>Real nuts</li>
<li>Added vitamins</li>
<li>Added minerals</li>
<li>Electrolytes</li>
<li>Amino acids</li>
<li>No corn</li>
<li>No milo</li>
<li>No millet</li>
<li>No chemical preservatives</li>
</ul>
<p></p>
</div>
<div class="productBlocks">
<h4>Preferred Feeder Type:</h4>
<p></p>
<ul>
<li>Tube Feeder (Large Holes)</li>
<li>Hopper Feeder</li>
<li>Platform Feeder</li>
<li>On the Ground</li>
</ul>
<p><em>Note: Seed ports must be large enough to accommodate large fruit and nut pieces.</em></p>
<p></p>
</div>
<div class="productBlocks">
<h4>Allergen Information:</h4>
<p>This product is produced and stored in facilities that use milk, eggs, fish, crustacean
shellfish, tree nuts,
wheat, peanuts, and soybeans and thus may contain one or more of these ingredients.</p>
</div>
<div class="productBlocks">
<h4 class="available">Available Packages:</h4>
<table class="analysisTable">
<tbody>
<tr>
<td>376070</td>
<td>7 lb. Poly Bag</td>
</tr>
<tr>
<td>376150</td>
<td>15 lb. Poly Bag</td>
</tr>
<tr>
<td>376300</td>
<td>30 lb. Paper Bag</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>