/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(../fonts/DIN%20Pro%20Black/DINPro-Black.css);
@import url(../fonts/DIN%20Pro%20Regular/DINPro.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.box {
  max-width: 320px;
  margin: auto;
  box-shadow: #999 0px 0px 10px;
  font-family: 'DINPro',helvetica,sans-serif; }

.header {
  background: #fff;
  padding: 15px;
  font-size: 24px;
  font-family: 'DINPro-Black',helvetica,sans-serif; }

.body {
  background: #242424;
  padding: 5px 15px 15px;
  color: #fff;
  font-size: 14px; }
  .body .row {
    padding: 10px 0;
    overflow: hidden; }
    .body .row label {
      display: inline-block;
      width: 50px; }
    .body .row .input_wrap {
      display: none;
      float: left; }
      .body .row .input_wrap.active {
        display: block; }
        .body .row .input_wrap.active input {
          width: 55px;
          margin-right: 5px; }
    .body .row .checkboxes {
      float: right; }
  .body .submit input {
    width: 100%;
    background-color: #ed1b24;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    border: 0;
    margin: 10px 0;
    cursor: pointer; }
  .body .result {
    padding: 10px 0;
    visibility: hidden; }
    .body .result.active {
      visibility: visible; }
    .body .result h2 {
      color: #ed1b24;
      font-size: 25px;
      font-weight: 700; }
      .body .result h2 .white {
        color: #fff;
        font-weight: 100;
        font-size: 12px; }
        .body .result h2 .white.num {
          font-size: 25px; }

.check_wrap {
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  text-align: right;
  width: 46px; }
  .check_wrap .check {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url("../img/check.png");
    margin-bottom: -3px; }
  .check_wrap.active .check {
    background: url("../img/check-active.png"); }
  .sex .check_wrap {
    width: 70px;
    text-align: left; }
