* {
/*
  box-sizing: border-box;
  -moz-box-sizing: border-box;
*/
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}


textarea, table, input, p, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

body {
  line-height: 100%;
}

 a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, ins, isindex, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, script, small, span, strike, strong, style, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
  border: none;
  background-color: transparent;

}

div#text div#ul, div#text div#ol {
  list-style-position: outside;
  margin-left: 6px;
}

ul {
  list-style-type: disc;
  list-style-image: none;
}

div#text ol li, li {
  margin-bottom: 12px;
  font-weight: normal;
  margin-left: 14px;
}



ol {
  list-style-type: decimal;
}

div#text ol li ul,
div#text ul li blockquote,
div#text ol li blockquote {
  margin-left: 14px;
}


div#text ol li ul li {
  font-weight: normal;
  margin-bottom: auto;
}


table {
  table-layout: auto;
  border-spacing: 0px;
  border-collapse: collapse;
}

