/**
 * $Id: responsive.scss 8 2014-02-22 15:08:51Z marcello $
 * $Rev: 8 $
 * $Author: marcello $
 * $Date: 2014-02-22 16:08:51 +0100 (Sa, 22 Feb 2014) $
 * $URL: svn://ironhide/disque/bnrechner/responsive/trunk/scss/responsive.scss $
 */
/* line 5, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 12, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
body {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h1 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h2 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 50, F:/xampp/htdocs/fwrechner/responsive/scss/responsive.scss */
h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 35, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform {
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: #f6f6f6;
  font-size: 1.1em;
}
/* line 42, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline {
  min-height: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 48, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline:first-child {
  padding-top: 10px;
}
/* line 52, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline label {
  display: block;
  font-size: 1.1em;
  width: 100%;
  float: none;
  min-height: 20px;
  padding-bottom: 5px;
}
/* line 61, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield {
  width: 100%;
  float: none;
  min-height: 20px;
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 67, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield input[type='text'], .bnform .inputline .formfield select, .bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 3px;
  font-size: 1.1em;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
}
/* line 74, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield input[type='text'].short, .bnform .inputline .formfield select.short, .bnform .inputline .formfield input[type='submit'].short, .bnform .inputline .formfield input[type='reset'].short {
  width: 80%;
}
/* line 79, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
  margin-bottom: 10px;
  color: #900;
  font-weight: bold;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
  background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
  background-image: -o-linear-gradient(#ffffff, #e9e9e9);
  background-image: linear-gradient(#ffffff, #e9e9e9);
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
/* line 91, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline .formfield label {
  float: left;
  display: block;
  width: 30%;
}
/* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.bnform .inputline .formfield:after {
  content: "";
  display: table;
  clear: both;
}
/* line 100, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnform .inputline:after {
  display: none;
  clear: none;
}

/* line 107, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
p {
  padding: 10px;
}

/* line 111, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnwrapped {
  max-width: 100%;
  width: 100%;
}
/* line 115, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnwrapped.info {
  padding: 10px;
}

/* line 120, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult {
  background: #f6f6f6;
  padding: 0;
  font-size: 1.1em;
}
/* line 125, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline {
  min-height: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
/* line 132, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline:nth-child(2n) {
  background: #e6e6e6;
}
/* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.bnresult .resultline:after {
  content: "";
  display: table;
  clear: both;
}
/* line 138, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline .right, .bnresult .resultline .left {
  float: left;
  min-height: 20px;
  line-height: 1.1em;
}
/* line 144, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline .right {
  text-align: right;
}
/* line 148, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline .head {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 153, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline .twothird {
  width: 60%;
}
/* line 156, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline .onethird {
  width: 40%;
}
/* line 159, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline .onesix {
  width: 49%;
  padding-right: 1%;
}
/* line 164, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult .resultline p {
  padding: 10px 0;
}
/* line 169, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
.bnresult:first-child {
  padding-top: 10px;
}

@media only screen and (min-width: 480px) {
  /* line 176, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform {
    max-width: 500px;
    width: auto;
    padding: 10px;
    font-size: 1em;
  }
  /* line 182, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform p {
    padding: 10px 0;
  }
  /* line 186, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline {
    min-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    *zoom: 1;
  }
  /* line 191, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline label {
    width: 43%;
    float: left;
    min-height: 30px;
    padding-bottom: 0px;
    font-size: 1em;
    padding-right: 2%;
  }
  /* line 199, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline label:after {
    content: ": ";
  }
  /* line 204, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield {
    width: 55%;
    float: right;
    min-height: 30px;
    margin-bottom: 0px;
  }
  /* line 210, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='text'], .bnform .inputline .formfield select, .bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
    width: auto;
    max-width: 250px;
    border: 1px solid #666666;
    border-radius: 3px;
    padding: 0px;
    font-size: 1em;
  }
  /* line 218, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='text'].short, .bnform .inputline .formfield select.short, .bnform .inputline .formfield input[type='submit'].short, .bnform .inputline .formfield input[type='reset'].short {
    width: 60px;
  }
  /* line 223, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='text'] {
    padding: 2px;
  }
  /* line 227, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield input[type='submit'], .bnform .inputline .formfield input[type='reset'] {
    color: #900;
    font-weight: bold;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
    background-image: -o-linear-gradient(#ffffff, #e9e9e9);
    background-image: linear-gradient(#ffffff, #e9e9e9);
    border: 1px solid #cccccc;
    -webkit-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 0 10px;
    line-height: 1.3992em;
    font-size: 0.9em;
    height: 25px;
  }
  /* line 241, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield label {
    float: left;
    display: block;
    width: auto;
    padding-right: 10px;
  }
  /* line 246, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline .formfield label:after {
    content: "";
  }
  /* line 253, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnform .inputline.last .formfield {
    width: 100%;
    text-align: right;
  }
  /* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .bnform .inputline:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 263, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnwrapped {
    max-width: 500px;
    width: 100%;
  }

  /* line 269, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult {
    padding: 0;
    background: #f6f6f6;
    font-size: 1.1em;
  }
  /* line 275, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline {
    min-height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    *zoom: 1;
  }
  /* line 282, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline:nth-child(2n) {
    background: #f6f6f6;
  }
  /* line 38, D:/Ruby/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .bnresult .resultline:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 288, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .right, .bnresult .resultline .left {
    float: left;
    min-height: 20px;
    line-height: 1.1em;
  }
  /* line 294, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .right {
    text-align: right;
  }
  /* line 298, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .head {
    font-size: 1.1em;
    font-weight: bold;
  }
  /* line 303, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .twothird {
    width: 60%;
  }
  /* line 306, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .onethird {
    width: 40%;
  }
  /* line 309, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult .resultline .onesix {
    width: 18%;
    padding-right: 2%;
  }
  /* line 315, F:/xampp/htdocs/bnrechner/responsive/scss/responsive.scss */
  .bnresult:first-child {
    padding-top: 10px;
  }
}
