@charset "utf-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tfoot, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
html {
  font-size: 10px
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline
}
img {
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: bottom
}
li, ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
/*table {
  border-collapse: collapse;
  border-spacing: 0
}*/
input, select {
  margin: 0;
  padding: 10;
  background: 0 0 transparent;
  border: 1;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: content-box
}
button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  appearance: none
}
input[type=radio] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer
}
input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 9pt;
  height: 9pt;
  background: #0c0144;
  -webkit-border-radius: 9pt;
  border-radius: 9pt
}