/* line 6, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 17, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0; }

/* line 20, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1em;
  color: black;
  background: #fff; }

/* line 23, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 33, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" ""; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

/* line 36, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
img a {
  border: none; }

/* line 29, ../../app/stylesheets/_base.sass */
body {
  font-family: "Palatino", Times, "Times New Roman", serif;
  color: #555555; }

/* @group links */
/* line 34, ../../app/stylesheets/_base.sass */
a {
  text-decoration: none; }
  /* line 36, ../../app/stylesheets/_base.sass */
  a:link {
    color: #55688a; }
  /* line 38, ../../app/stylesheets/_base.sass */
  a:visited {
    color: #55688a; }
  /* line 40, ../../app/stylesheets/_base.sass */
  a:focus, a:hover, a:active {
    color: #7990b8; }

/* @end */
/* @group headers */
/* line 48, ../../app/stylesheets/_base.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino", Times, "Times New Roman", serif;
  font-style: italic;
  line-height: 1; }
  /* line 52, ../../app/stylesheets/_base.sass */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

/* line 55, ../../app/stylesheets/_base.sass */
h1 {
  font-size: 2.4em;
  margin-bottom: 0.6em; }

/* line 58, ../../app/stylesheets/_base.sass */
h2 {
  font-size: 1.6em;
  margin: 1em 0 0.4em 0; }

/* line 62, ../../app/stylesheets/_base.sass */
h4 {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  margin: 1em 0 0.7em 0;
  color: #55688a; }

/* @end */
/* @group forms */
/* line 75, ../../app/stylesheets/_base.sass */
dl.radio, dl.checkbox {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 1.4em; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  dl.radio, dl.checkbox {
    display: block; }
  /* line 78, ../../app/stylesheets/_base.sass */
  dl.radio dt, dl.checkbox dt {
    display: block;
    clear: both;
    float: left;
    width: 1.8em;
    height: 1.4em; }
  /* line 84, ../../app/stylesheets/_base.sass */
  dl.radio dd, dl.checkbox dd {
    display: block;
    margin-left: 1.8em;
    min-height: 1.4em;
    line-height: 1.4; }

/* line 90, ../../app/stylesheets/_base.sass */
dl.range {
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  dl.range {
    display: block; }
  /* line 92, ../../app/stylesheets/_base.sass */
  dl.range dt {
    display: block;
    clear: both;
    float: left;
    width: 8em; }
  /* line 97, ../../app/stylesheets/_base.sass */
  dl.range dd {
    display: block;
    margin-left: 8em; }

/* line 102, ../../app/stylesheets/_base.sass */
form *:focus {
  outline: none; }

/* line 105, ../../app/stylesheets/_base.sass */
fieldset {
  margin: 1em 0; }

/* line 108, ../../app/stylesheets/_base.sass */
legend {
  font-weight: bold;
  font-variant: small-caps; }

/* line 112, ../../app/stylesheets/_base.sass */
label {
  font-style: italic; }

/* line 115, ../../app/stylesheets/_base.sass */
legend + label {
  margin-top: 0; }

/* line 118, ../../app/stylesheets/_base.sass */
textarea, input[type="text"] {
  font-family: "Palatino", Times, "Times New Roman", serif;
  border: 1px solid #999999;
  color: #555555;
  font-size: 1em;
  padding: 0.6em 0.3em;
  width: 97%;
  height: 4em;
  margin: 0 0 1em 0; }

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
/* line 133, ../../app/stylesheets/_base.sass */
table {
  width: 100%;
  border: 0.063em solid #333333;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0; }


/* line 143, ../../app/stylesheets/_base.sass */
th {
  font-weight: bold; }

/* @end */
/* @group block tags */
/* line 148, ../../app/stylesheets/_base.sass */
p {
  margin-bottom: 0.7em;
  line-height: 1.4; }

/* line 165, ../../app/stylesheets/_base.sass */
ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em; }

/* line 168, ../../app/stylesheets/_base.sass */
ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em; }
  /* line 170, ../../app/stylesheets/_base.sass */
  ul li {
    line-height: 1.4;
    padding-bottom: 0.4em; }

/* line 174, ../../app/stylesheets/_base.sass */
blockquote {
  margin: 1em; }

/* @end */
/* @group inline tags */
/* line 182, ../../app/stylesheets/_base.sass */
cite {
  font-style: italic; }

/* line 185, ../../app/stylesheets/_base.sass */
em {
  font-style: italic; }

/* line 188, ../../app/stylesheets/_base.sass */
strong {
  font-weight: bold; }

/* @end */
/* @group replaced tags */
/* line 196, ../../app/stylesheets/_base.sass */
img {
  vertical-align: bottom; }

/* @end */

/* line 7, ../../app/stylesheets/survey.sass */
body {
  margin: 0 20px 30px 20px; }

/* line 10, ../../app/stylesheets/survey.sass */
#container {
  width: 853px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  border-top: 8px solid #55688a; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #container {
    display: block; }

/* line 15, ../../app/stylesheets/survey.sass */
#identity {
  overflow: hidden;
  display: inline-block;
  padding: 6px 0 6px 0;
  border-bottom: 1px dotted #55688a; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #identity {
    display: block; }
  /* line 19, ../../app/stylesheets/survey.sass */
  #identity h1 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.4em;
    float: left;
    margin-right: 0.4em; }
    /* line 28, ../../app/stylesheets/survey.sass */
    #identity h1 a {
      color: #55688a; }
  /* line 30, ../../app/stylesheets/survey.sass */
  #identity h2 {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    font-style: normal;
    font-weight: 200;
    float: left;
    font-size: 1.4em; }

/* line 38, ../../app/stylesheets/survey.sass */
#content {
  position: relative;
  margin-top: 2px;
  padding-top: 60px;
  border-top: 1px dotted #55688a; }

/* line 44, ../../app/stylesheets/survey.sass */
#content #nav {
  position: absolute;
  top: 60px;
  right: 0; }
  /* line 48, ../../app/stylesheets/survey.sass */
  #content #nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block; }
    /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    #content #nav ul {
      display: block; }
    /* line 50, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #content #nav ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 0;
      padding-right: 0; }
      /* line 40, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
      #content #nav ul li.first {
        padding-left: 0px; }
      /* line 42, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
      #content #nav ul li.last {
        padding-right: 0px; }
    /* line 50, ../../app/stylesheets/survey.sass */
    #content #nav ul li {
      margin-right: 0.8em;
      font-family: "Helvetica Neue", Helvetica, sans-serif; }
      /* line 53, ../../app/stylesheets/survey.sass */
      #content #nav ul li a, #content #nav ul li span {
        display: block;
        padding: 6px 10px;
        text-transform: uppercase;
        color: #555555;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #efefef;
        font-weight: 700;
        font-size: 0.9em; }
      /* line 62, ../../app/stylesheets/survey.sass */
      #content #nav ul li span {
        background: transparent; }
      /* line 64, ../../app/stylesheets/survey.sass */
      #content #nav ul li.finish {
        margin-right: 0; }
      /* line 66, ../../app/stylesheets/survey.sass */
      #content #nav ul li.cancel {
        margin-left: 1.5em;
        margin-right: 0; }
        /* line 69, ../../app/stylesheets/survey.sass */
        #content #nav ul li.cancel a {
          background: transparent;
          font-weight: 400;
          color: #999999;
          padding-right: 0; }
        /* line 74, ../../app/stylesheets/survey.sass */
        #content #nav ul li.cancel:hover a {
          background: #a00;
          padding-right: 10px;
          font-weight: bold; }
      /* line 78, ../../app/stylesheets/survey.sass */
      #content #nav ul li:hover a {
        background: #999999;
        color: #fff; }
      /* line 87, ../../app/stylesheets/survey.sass */
      body#step-0 #content #nav ul li.step-0 a,
      body#step-1 #content #nav ul li.step-1 a,
      body#step-2 #content #nav ul li.step-2 a,
      body#step-3 #content #nav ul li.step-3 a,
      body#finish #content #nav ul li.finish a,
      body#cancel #content #nav ul li.cancel a {
        color: #fff;
        background: #55688a; }
        /* line 90, ../../app/stylesheets/survey.sass */
        body#step-0 #content #nav ul li.step-0 a:hover,
        body#step-1 #content #nav ul li.step-1 a:hover,
        body#step-2 #content #nav ul li.step-2 a:hover,
        body#step-3 #content #nav ul li.step-3 a:hover,
        body#finish #content #nav ul li.finish a:hover,
        body#cancel #content #nav ul li.cancel a:hover {
          background: #999999; }

/* line 95, ../../app/stylesheets/survey.sass */
.flash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center; }
  /* line 101, ../../app/stylesheets/survey.sass */
  .flash p {
    display: inline-block;
    width: auto;
    background: #0a0;
    padding: 2px 8px 0 8px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    color: #fff; }
  /* line 108, ../../app/stylesheets/survey.sass */
  .flash.error p {
    background: #a00; }

/* line 120, ../../app/stylesheets/survey.sass */
.claim-providers {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  margin: 1em 0; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  .claim-providers {
    display: block; }
  /* line 50, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
  .claim-providers li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    /* line 40, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    .claim-providers li.first {
      padding-left: 0px; }
    /* line 42, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    .claim-providers li.last {
      padding-right: 0px; }
  /* line 123, ../../app/stylesheets/survey.sass */
  .claim-providers li {
    display: inline;
    float: left;
    margin-right: 11px;
    width: 122.2px; }
    /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html .claim-providers li {
      overflow-x: hidden; }
    /* line 125, ../../app/stylesheets/survey.sass */
    .claim-providers li a, .claim-providers li span {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      display: block;
      width: 100%;
      height: 80px;
      color: #fff;
      text-indent: -999em;
      background-image: url('/images/survey/claim-providers.png?1273174691'); }
      /* line 133, ../../app/stylesheets/survey.sass */
      .claim-providers li a:hover, .claim-providers li span:hover {
        background-color: #999999; }
    /* line 113, ../../app/stylesheets/survey.sass */
    .claim-providers li.twitter a {
      background-position: 0 0; }
      /* line 115, ../../app/stylesheets/survey.sass */
      .claim-providers li.twitter a:hover {
        background-position: 0 -80px; }
    /* line 117, ../../app/stylesheets/survey.sass */
    .claim-providers li.twitter span {
      background-position: 0 -160px; }
    /* line 113, ../../app/stylesheets/survey.sass */
    .claim-providers li.facebook a {
      background-position: -123px 0; }
      /* line 115, ../../app/stylesheets/survey.sass */
      .claim-providers li.facebook a:hover {
        background-position: -123px -80px; }
    /* line 117, ../../app/stylesheets/survey.sass */
    .claim-providers li.facebook span {
      background-position: -123px -160px; }
    /* line 113, ../../app/stylesheets/survey.sass */
    .claim-providers li.linkedin a {
      background-position: -246px 0; }
      /* line 115, ../../app/stylesheets/survey.sass */
      .claim-providers li.linkedin a:hover {
        background-position: -246px -80px; }
    /* line 117, ../../app/stylesheets/survey.sass */
    .claim-providers li.linkedin span {
      background-position: -246px -160px; }

/* line 143, ../../app/stylesheets/survey.sass */
.legend {
  font-size: 0.8em;
  font-style: italic; }

/* line 147, ../../app/stylesheets/survey.sass */
.figures-first-row {
  overflow: hidden;
  display: inline-block;
  padding: 1.4em 0; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  .figures-first-row {
    display: block; }

/* line 154, ../../app/stylesheets/survey.sass */
#s3-2 {
  margin-top: 2.1em;
  margin-bottom: 2.1em; }

/* line 158, ../../app/stylesheets/survey.sass */
#vis-you {
  margin-top: 1.4em; }

/* line 161, ../../app/stylesheets/survey.sass */
#vis-figures {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2.1em; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #vis-figures {
    display: block; }

/* line 165, ../../app/stylesheets/survey.sass */
#s3-wrapping {
  margin-top: 1em; }

/* line 168, ../../app/stylesheets/survey.sass */
#s3-comments {
  height: 10em; }

/* line 172, ../../app/stylesheets/survey.sass */
canvas {
  border: 1px dotted #333; }

/* line 175, ../../app/stylesheets/survey.sass */
.vis-source-names {
  font-size: 0.8em;
  margin-bottom: 1.4em; }
  /* line 178, ../../app/stylesheets/survey.sass */
  .vis-source-names span {
    font-style: italic;
    text-transform: capitalize; }

/* line 182, ../../app/stylesheets/survey.sass */
.avg-lower {
  color: #a00; }

/* line 184, ../../app/stylesheets/survey.sass */
.avg-higher {
  color: #729628; }

/* line 188, ../../app/stylesheets/survey.sass */
.last {
  margin-right: 0; }

/* line 191, ../../app/stylesheets/survey.sass */
.colgroup {
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  .colgroup {
    display: block; }

/* line 193, ../../app/stylesheets/survey.sass */
.col {
  display: inline;
  float: left;
  margin-right: 11px;
  width: 403px;
  padding-right: 18px; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html .col {
    overflow-x: hidden; }
  /* line 196, ../../app/stylesheets/survey.sass */
  .col.last {
    padding-right: 0px;
    padding-left: 18px;
    margin-right: 0; }

/* line 200, ../../app/stylesheets/survey.sass */
.col.prependcol {
  padding-left: 450px; }

/* line 203, ../../app/stylesheets/survey.sass */
.halfcol {
  display: inline;
  float: left;
  margin-right: 11px;
  width: 190.6px; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html .halfcol {
    overflow-x: hidden; }

/* line 206, ../../app/stylesheets/survey.sass */
.thirdcol {
  display: inline;
  float: left;
  margin-right: 11px;
  width: 122.2px; }
  /* line 101, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html .thirdcol {
    overflow-x: hidden; }

/* line 209, ../../app/stylesheets/survey.sass */
.separate {
  border-top: 1px dotted #55688a; }

/* line 213, ../../app/stylesheets/survey.sass */
.sidenote {
  font-size: 0.8em; }

/* line 217, ../../app/stylesheets/survey.sass */
.buttons {
  text-align: right; }

/* line 219, ../../app/stylesheets/survey.sass */
a.button, input.button {
  border: none;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 0.9em;
  background: #55688a;
  padding: 6px 8px;
  width: auto; }
  /* line 232, ../../app/stylesheets/survey.sass */
  a.button:hover, input.button:hover {
    background: #7990b8; }

/* line 236, ../../app/stylesheets/survey.sass */
.error {
  color: #a00; }

/* line 238, ../../app/stylesheets/survey.sass */
.notice {
  color: #729628; }

/* line 2, ../../app/stylesheets/_mainnav.sass */
#mainnav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  margin-top: 2px;
  border-top: 1px dotted #55688a; }
  /* line 5, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  #mainnav ul {
    display: block; }
  /* line 50, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
  #mainnav ul li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    /* line 40, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #mainnav ul li.first {
      padding-left: 0px; }
    /* line 42, ../../../../../../../../../.gem/ruby/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    #mainnav ul li.last {
      padding-right: 0px; }
  /* line 6, ../../app/stylesheets/_mainnav.sass */
  #mainnav ul li {
    width: 194.2px;
    display: block;
    margin-right: 23px;
    height: 80px;
    padding: 0.4em 0; }
    /* line 12, ../../app/stylesheets/_mainnav.sass */
    #mainnav ul li.last {
      margin-right: 0; }
      /* line 14, ../../app/stylesheets/_mainnav.sass */
      #mainnav ul li.last a {
        border-right: none; }
    /* line 16, ../../app/stylesheets/_mainnav.sass */
    #mainnav ul li a {
      display: block;
      width: 100%;
      height: 100%;
      border-right: 1px dotted #ddd; }
      /* line 21, ../../app/stylesheets/_mainnav.sass */
      #mainnav ul li a span {
        line-height: 3;
        font-style: italic;
        font-size: 1.8em; }

/* line 26, ../../app/stylesheets/_mainnav.sass */
#overview .overview a span,
#profile .profile a span,
#browse .browse a span,
.survey .survey a span {
  border-bottom: 4px solid #55688a; }
