Differences From Artifact [0701eca59a]:

To Artifact [2b50d1341c]:


190
191
192
193
194
195
196


197
198
199
200
201
202
203


204
205
206
207
208
209
210



211




























212
213
214
215
216
217
218
}

p.error, div.error {
    border: 1px solid #c00;
    background: #fcc;
    padding: 0.5em;
    margin-bottom: 1em;


}

p.confirm, div.confirm {
    border: 1px solid #0c0;
    background: #cfc;
    padding: 0.5em;
    margin-bottom: 1em;


}

p.alert, div.alert {
    border: 1px solid #cc0;
    background: #ffc;
    padding: 0.5em;
    margin-bottom: 1em;



    overflow: auto;




























}

p.help {
    margin: 1em;
    color: #666;
}








>
>







>
>







>
>
>
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
}

p.error, div.error {
    border: 1px solid #c00;
    background: #fcc;
    padding: 0.5em;
    margin-bottom: 1em;
    margin-left: 2.5em;
    position: relative;
}

p.confirm, div.confirm {
    border: 1px solid #0c0;
    background: #cfc;
    padding: 0.5em;
    margin-bottom: 1em;
    margin-left: 2.5em;
    position: relative;
}

p.alert, div.alert {
    border: 1px solid #cc0;
    background: #ffc;
    padding: 0.5em;
    margin-bottom: 1em;
    position: relative;
    margin-left: 2.5em;
}

p.confirm::before, div.confirm::before {
    font-family: "gicon";
    content: "☑";
    left: -1.5em;
    position: absolute;
    color: green;
    font-size: 1.5em;
    text-shadow: 2px 2px 5px #666;
}

p.alert::before, div.alert::before {
    font-family: "gicon";
    content: "⚠";
    left: -1.5em;
    position: absolute;
    color: yellow;
    font-size: 1.5em;
    text-shadow: 2px 2px 5px #666;
}

p.error::before, div.error::before {
    font-family: "gicon";
    content: "⚠";
    left: -1.5em;
    position: absolute;
    color: red;
    font-size: 1.5em;
    text-shadow: 2px 2px 5px #999;
}

p.help {
    margin: 1em;
    color: #666;
}