1html, body, div, span, h1, h2, h3, h4, p, a, big, em, font, img, s, small, strong,
2tt, var, b,u,i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table,
3tbody, tfoot, thead, tr, th, td {
4    margin: 0;
5    padding: 0;
6    border: 0;
7    outline: 0;
8    font-size: 100%;
9    vertical-align: baseline;
10    font-family: Arial,sans-serif; font-size: 1em;
11}
12
13.viewport-container {
14    margin: 0;
15    position: absolute;
16    left: 0;
17    top: 0;
18    width: 100%;
19    height: 100%;
20}
21
22select {
23    position: absolute;
24    top: 10px;
25    right: 10px;
26    z-index: 1000;
27}