body {
  background-color: @lightGrey;
  color: @grey9;
  @media (max-width: @screen-xs-max) {
    font-size: 12px;
  }
  @media (min-width: @screen-sm) {
    font-size: 14px;
  }
}

#site-container {
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}
#content {
  margin: 0 auto;
  padding: 0 10px 0px 10px;
}

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spinner {
  height: 50px;
  margin: 25px auto 0px auto;
}

.listing {
  .chevron {
    padding-left: 0;
    padding-right: 0;
  }
}

.chevron {
  line-height: 1em;
  height: 1em;

  i {
    color: @cyan;
    font-size: 2em;
    display: inline-block;
    margin-top: -.15em;
  }
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dt {
  clear: left;
  float: left;
  width: 70px;
  text-align: right;
  font-weight: normal;
}

dd {
  margin-left: 90px;
}
  
.iteration-header {
  height: 3em;

  .name {
    font-family: @noto-sans-bold;
    vertical-align: top;
  }
  .iteration-arrow {
    display: inline-block;
    vertical-align: top;
    height: 3em;

    i {
      margin: 5px;
      cursor: pointer;
      font-size: 26px;
      vertical-align: middle;
      height: 3em;
    }
  }
  .iteration-data {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 10px;
    height: 3em;
    line-height: 1.5em;
  }
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
