* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
.outer {
  background: #f6ff00;
}
.raised {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset -1px -1px 0 #cbcbc0, inset 1px 1px 0 #cbcbc0;
  box-shadow: inset -1px -1px 0 #cbcbc0, inset 1px 1px 0 #cbcbc0;
  background: #fff;
  overflow: hidden;
}
.raised.container {
  padding: 20px;
  margin: 20px auto;
  width: 1020px;
}
.hidden {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
body {
  background: #36362d;
}
.yellow {
  background: #f6ff00;
}
body,
input,
textarea,
select,
.btn {
  color: #36362d;
  font-family: "source-sans-pro-1", "source-sans-pro-2", sans-serif;
}
a,
a:hover,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
abbr {
  border-bottom: 1px dotted #b4b4a5;
}
label {
  font-weight: normal;
}
label span {
  color: #b4b4a5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
}
h1.subheader,
h2.subheader,
h3.subheader,
h4.subheader,
h5.subheader,
h6.subheader {
  font-weight: 300;
}
h1 {
  font-size: 66.5px;
  line-height: 86.45px;
  margin-bottom: 43.225px;
}
h2 {
  font-size: 28.5px;
  line-height: 37.050000000000004px;
  margin-bottom: 18.525000000000002px;
}
h3 {
  font-size: 22.8px;
  line-height: 29.64px;
  margin-bottom: 14.82px;
}
h4 {
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 24.7px;
}
h5,
p {
  font-size: 15.200000000000001px;
  line-height: 19.76px;
  margin-bottom: 9.88px;
}
.logo {
  display: inline-block;
  margin: 0;
  text-transform: lowercase;
  font-family: "ff-netto-web-1", "ff-netto-web-2";
}
.modal.fade.in {
  top: 50%;
}
.modal .btn {
  margin-bottom: 0;
}
.btn {
  line-height: 17px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1), inset 0 1px 1px #fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1), inset 0 1px 1px #fff;
  text-shadow: none;
  font-weight: bold;
  font-size: 16px;
}
.btn.btn-mini {
  font-size: 11px;
}
.btn.facebook {
  padding-left: 33px;
  background: #3b5998;
  position: relative;
  color: #fff;
}
.btn.facebook i {
  position: absolute;
  left: 15px;
  top: 12px;
}
.btn.facebook.btn-mini {
  padding-left: 19px;
}
.btn.facebook.btn-mini i {
  left: 3px;
  top: 4px;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 27px;
  line-height: 19px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1), inset 0 1px 1px #fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1), inset 0 1px 1px #fff;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1), inset 0 1px 1px #fff;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1), inset 0 1px 1px #fff;
}
textarea.locked,
input[type="text"].locked,
input[type="password"].locked,
input[type="datetime"].locked,
input[type="datetime-local"].locked,
input[type="date"].locked,
input[type="month"].locked,
input[type="time"].locked,
input[type="week"].locked,
input[type="number"].locked,
input[type="email"].locked,
input[type="url"].locked,
input[type="search"].locked,
input[type="tel"].locked,
input[type="color"].locked,
.uneditable-input.locked {
  background: #f0f0f0;
  color: #5e5e4e;
}
select {
  height: 26px;
  margin-top: 2px;
}
.control-group.error input:focus {
  -webkit-box-shadow: 2px 2px 0 #d59392;
  box-shadow: 2px 2px 0 #d59392;
}
form {
  border: 0;
  background: 0;
}
form fieldset {
  border: 0;
}
form.form-horizontal .control-group {
  margin-bottom: 4px;
}
form.form-horizontal .form-actions {
  padding: 10px 0;
  background: transparent;
  border: 0;
  margin: 10px 0 0;
}
form p.message {
  font-size: 12pt;
  font-weight: bold;
  margin: 10px auto 0;
  width: 60%;
}
form .help-inline {
  font-size: 13.299999999999999px;
  line-height: 17.29px;
  margin-bottom: 17.29px;
  margin-top: 5px;
}
time {
  white-space: nowrap;
}
.close {
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
}
.close:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.subheader {
  text-align: center;
}
section.raised {
  background: #fff;
}
header,
footer {
  background: #36362d;
  color: #fff;
}
header a,
footer a,
header a:visited,
footer a:visited,
header a:hover,
footer a:hover,
header a:active,
footer a:active {
  color: #fff;
}
footer {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.6);
  padding: 20px;
}
header {
  height: 47px;
  padding: 8px 0;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,0.6);
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0.6);
  margin-top: -3px;
}
header .container {
  position: relative;
}
header a.signup {
  margin: 0 10px;
}
header a.logo {
  position: absolute;
  left: 0;
  top: 0;
}
header a.logo img {
  width: 32px;
  height: 32px;
}
header h3.logo {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
  line-height: 32px;
  padding-left: 42px;
}
header h3.logo a {
  text-decoration: none;
  color: #fff;
}
header ul.right {
  position: absolute;
  right: 10px;
  top: 8px;
  white-space: nowrap;
}
header ul.right li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  padding: 0 10px;
  margin-left: 10px;
}
header ul.right li#user .name {
  margin-left: 32px;
  color: #fff;
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  -ms-transition: color 400ms ease;
  transition: color 400ms ease;
  display: inline-block;
  overflow: hidden;
  overflow: ellipsis;
  max-width: 90px;
}
header ul.right li#user .picture {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  top: -3px;
  position: absolute;
  -webkit-box-shadow: 0 0 3px rgba(255,255,255,0.3);
  box-shadow: 0 0 3px rgba(255,255,255,0.3);
}
header form.login {
  float: right;
  margin-top: 4px;
}
header form.login label {
  font-weight: bold;
}
header form.login label,
header form.login input {
  margin-right: 6px;
}
.benchmarks h5 {
  font-weight: bold;
  margin-top: 0;
}
.benchmarks ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.benchmarks ul li {
  list-style: none;
}
.benchmarks ul li a {
  font-weight: normal;
}
.benchmarks ul li a:hover {
  border-bottom: 1px solid #e0e0e0;
}
.benchmarks ul li:hover a.more {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
body.units-metric .weight:before {
  content: "kg";
}
body.units-imperial .weight:before {
  content: "lb";
}
#error .raised {
  margin-bottom: 40px;
}
#error .raised .inner {
  padding: 40px 0;
}
.flashes {
  margin: 0;
  list-style: none;
  height: 35px;
}
.flashes li {
  position: absolute;
  z-index: 4000;
  width: 100%;
  display: block;
  background: #f6ff00;
  color: #36362d;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.8);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 5px;
}
/* site parts */
#index .hero {
  background: url("../images/hero-1.jpg") 50% 50% no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.4);
  height: 550px;
  min-width: 1060px;
}
#index .pitch {
  padding: 60px 0;
}
#index .pitch h2,
#index .pitch h3,
#index .pitch h4 {
  text-align: center;
}
#index .signup {
  background: rgba(255,255,255,0.6);
  padding: 60px 0 20px 0;
  margin-top: 20px;
}
#index .signup fieldset {
  padding: 0;
}
#index .signup h2,
#index .signup h3,
#index .signup p {
  text-align: center;
}
#index .signup form {
  margin-top: -4px;
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  -ms-transition: height 400ms ease;
  transition: height 400ms ease;
}
#index .signup form fieldset.step-2 {
  display: none;
}
#index .signup .message {
  line-height: 1.1em;
}
#index .signup a.btn.facebook {
  margin: 5px 0 20px 0;
  display: inline-block;
  width: auto;
}
#index .signup form.email {
  height: 305px;
}
#index .signup form.facebook {
  margin: 0 0 50px 0;
}
#index .signup form.facebook .step-1 {
  text-align: center;
}
#index .signup form.facebook .profile img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: -6px;
}
#index .benchmarks {
  height: 745px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  padding: 37px;
}
#index .benchmarks .fader {
  position: absolute;
  height: 60px;
  bottom: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  border-bottom: 10px solid #fff;
}
#index .more-benchmarks {
  margin-bottom: 80px;
}
form.workout-edit label {
  margin-right: 6px;
}
form.workout-edit input {
  margin-right: 10px;
}
form.workout-edit button {
  margin: 0 10px;
}
form.workout-edit .score {
  margin-right: 10px;
}
form.workout label {
  line-height: 16px;
  font-size: 15px;
}
form.workout input {
  vertical-align: 3%;
}
form.workout label {
  margin-right: 8px;
}
form.workout input[type="checkbox"] {
  margin-right: 3px;
  width: 16px;
}
form.workout .options {
  height: 12px;
  margin: 0 10px 0 20px;
  display: inline-block;
}
form.workout .score,
form.workout .checkbox,
form.workout .benchmark,
form.workout input[type="submit"] {
  margin-right: 20px;
}
form.workout .checkbox {
  margin-top: -4px;
}
form.workout .score,
form.workout .benchmark {
  display: inline;
}
form.workout .score {
  width: 160px;
}
form.workout .score input {
  width: 60px;
}
form.workout .score .format-helpers .helper {
  display: none;
  font-size: 13.299999999999999px;
  line-height: 17.29px;
  margin-bottom: 0px;
  color: #b4b4a5;
  margin-left: 5px;
}
form.workout .benchmarks {
  background: #fff;
  position: absolute;
  z-index: 200;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border: 1px solid #ccc;
  margin-top: 4px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
form.workout .benchmarks.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
form.workout .benchmarks h5 {
  font-weight: normal;
  text-align: left;
}
form.workout .benchmarks .category ul li.benchmark {
  display: block;
  text-align: left;
  margin: 0;
}
form.workout .benchmarks .category ul li.benchmark a {
  font-size: 14px;
  line-height: 16px;
}
form.workout .benchmarks .category ul li.benchmark a.highlight {
  background: #f8ff33;
}
form.workout .benchmarks .category.category-G {
  width: 130px;
}
form.workout .benchmarks .category.category-D {
  width: 140px;
}
form.workout .benchmarks .category.category-C {
  width: 190px;
}
form.workout .benchmarks .category.category-W {
  width: 170px;
}
form.workout .benchmarks .category.category-H {
  width: 320px;
}
form.workout .benchmarks .category.category-H ul {
  width: 150px;
}
form.workout .benchmarks .category.category-R {
  display: none;
}
#workout {
  padding-top: 3px;
}
#workout form.workout {
  margin: 10px;
}
#workout form.workout h4 {
  float: left;
  margin: 0 40px 0 0;
  line-height: 30px;
}
#newsfeed {
  background: #fff url("../images/bg-app.png") -50px 0 repeat-y;
  padding-top: 0;
  min-height: 602px;
  margin: 0 auto 20px;
}
#newsfeed .right-column {
  background: url("../images/bg-side.png") 20px 0 no-repeat;
  width: 350px;
  min-height: 400px;
  padding: 20px 0 20px 40px;
  margin-left: 9px;
}
#newsfeed .right-column a {
  font-weight: normal;
  text-decoration: inherit;
}
#newsfeed h4.subheader {
  padding: 4px 2px 0;
  font-size: 15.200000000000001px;
  line-height: 19.76px;
  margin-bottom: 19.76px;
}
#newsfeed .settings {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#newsfeed .settings h2 {
  font-weight: bold;
}
#newsfeed .settings select,
#newsfeed .settings input {
  margin: 0 4px;
}
#newsfeed .settings input {
  width: 120px;
}
#newsfeed .settings select[name=gender] {
  width: 80px;
}
#newsfeed .settings select[name=unit_system] {
  width: 95px;
}
#newsfeed .settings button {
  margin-left: 20px;
}
.feed .date {
  position: relative;
}
.feed .date hr {
  margin: 20px 0;
}
.feed .date .badge {
  background: #b4b4a5;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 84px;
  text-align: center;
  margin-left: -42px;
  line-height: 17px;
  font-weight: normal;
  padding: 1px 0 0;
}
.feed .event {
  margin: 0 20px 30px;
}
.feed .event .parent .close {
  display: none;
}
.feed .event .parent:hover >.close {
  display: block;
}
.feed .actions {
  margin-left: 64px;
}
.feed .event-workout {
  position: relative;
/*

    form.workout-edit
      display none
      margin 0 auto
      width 560px
      .benchmark
      .score
        display inline

    &.editing
      form.workout-edit
        display block
      .actions
        opacity 0.2
    */
}
.feed .event-workout .benchmark-description {
  display: none;
}
.feed .event-workout .edit,
.feed .event-workout .timeago {
  margin-right: 10px;
}
.feed .event-workout .result .pull {
  margin-left: 64px;
}
.feed .event-workout .score {
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 2px;
}
.feed .event-workout .score a {
  color: #36362d;
  font-weight: bold;
}
.feed .event-workout .picture {
  position: absolute;
  width: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.feed .leaderboard {
  padding: 0 0 0 40px;
  width: 420px;
}
.feed .leaderboard .profile {
  line-height: 22px;
}
.feed .leaderboard .profile .picture {
  width: 22px;
}
.feed .leaderboard .profile:nth-child(odd) {
  background: rgba(246,255,0,0.3);
}
.feed .leaderboard .profile:nth-child(even) {
  background: rgba(246,255,0,0.1);
}
.loadmore {
  text-align: center;
  margin-bottom: 30px;
}
.actions .comments {
  position: relative;
  width: 350px;
  margin-top: 10px;
}
.actions .comments img {
  width: 28px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  position: absolute;
}
.actions .comments .pull {
  margin-left: 36px;
}
.actions .comments ul {
  margin: 0;
}
.actions .comments ul li {
  position: relative;
  border-bottom: 1px solid transparent;
  list-style: none;
  margin-bottom: 12px;
}
.actions .comments ul li .close {
  display: none;
}
.actions .comments ul li:hover {
  border-bottom: 1px solid #ccc;
}
.actions .comments ul li:hover >.close {
  display: block;
}
.actions .comments ul li time {
  font-weight: 300;
  color: #b4b4a5;
}
.actions .comments ul li .content p {
  font-size: 15.200000000000001px;
  line-height: 19.76px;
  margin-bottom: 9.88px;
}
.actions .comments ul li .content p a {
  font-weight: 300;
  text-decoration: underline;
}
.actions .comments ul li .content .date {
  color: #b4b4a5;
  font-weight: 300;
  font-size: 11.4px;
  line-height: 14.82px;
  margin-bottom: 0px;
}
.actions .comments form.comment {
  position: relative;
}
.actions .comments form.comment textarea {
  resize: none;
  width: 100%;
  height: 30px;
}
.welcome {
  width: 70%;
  margin: 0 auto;
}
.welcome h2 {
  text-align: center;
}
.welcome ol li p button {
  vertical-align: 0%;
}
.welcome .heros {
  width: 80%;
  margin: 0 auto;
}
#settings h4 {
  margin-bottom: 10px;
}
#settings form .help-text {
  margin: 0 0 6px 20px;
}
#settings form.facebook .profile {
  position: relative;
}
#settings form.facebook .profile img {
  width: 37px;
  -webkit-border-radius: 18.5px;
  border-radius: 18.5px;
  float: left;
  margin-right: 12px;
}
#settings form.picture button {
  margin-bottom: 20px;
}
#settings form.picture iframe {
  border: 0;
  width: 100%;
}
form.affiliate select.country {
  margin-bottom: 10px;
  display: block;
}
form.affiliate .clear {
  position: static;
  float: none;
  margin: 0 12px;
}
form.affiliate div.lookup {
  display: inline-block;
  position: relative;
}
form.affiliate div.lookup ul.results {
  position: absolute;
  z-index: 100;
  width: 330px;
  text-align: left;
  display: none;
  background: #fff;
  font-weight: normal;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  margin: 0;
}
form.affiliate div.lookup ul.results.show {
  display: inline-block;
}
form.affiliate div.lookup ul.results li {
  padding: 4px 7px;
  list-style: none;
}
form.affiliate div.lookup ul.results li:hover {
  cursor: pointer;
  background: #f0f0f0;
}
form.affiliate div.lookup ul.results li.notice:hover {
  cursor: default;
  background: #fff;
}
.picture-card form {
  margin: 10px 0 0 0;
}
.follows .profile {
  padding: 4px 0 1px;
  border-bottom: 1px solid #f0f0f0;
}
.follows .profile >* {
  display: inline-block;
  vertical-align: middle;
}
.follows .profile img {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-right: 8px;
}
.follows .profile .name {
  font-size: 20.900000000000002px;
  line-height: 27.170000000000005px;
  margin-bottom: 0px;
  font-weight: normal;
}
.follows .profile .follow {
  float: right;
  margin-top: 3px;
}
.follows .profile .follow form {
  margin: 0;
}
.suggested-follow {
  margin: 20px 10px;
}
.suggested-follow .pull-right >* {
  display: inline-block;
  vertical-align: middle;
}
.suggested-follow .profile {
  position: relative;
  margin-bottom: 10px;
}
.suggested-follow .profile img {
  position: absolute;
  margin-right: 10px;
  width: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.suggested-follow .profile .shift {
  padding-left: 60px;
}
.suggested-follow .profile h4 {
  margin: 0 0 4px;
}
.suggested-follow .profile a,
.suggested-follow .profile a:active,
.suggested-follow .profile a:visited {
  font-weight: bold;
}
.popover h3 {
  display: none;
}
.popover .affiliate {
  font-size: 20px;
  margin: 5px 0;
}
.popover .affiliate .country-code {
  font-weight: 300;
}
.popover .social .followers,
.popover .social .followees {
  width: 50%;
  float: left;
  display: block;
  height: 20px;
  font-size: 15px;
}
.popover .follow {
  margin-top: 6px;
}
.popover .follow form {
  margin: 0;
}
.popover .follow form .btn {
  display: block;
  width: 100%;
}
.follow button {
  width: 80px;
}
.follow button.unfollow {
  background-color: #f9ff4d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.follow button.unfollow:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e58480;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#profile {
  padding: 20px;
}
#profile form.workout-edit {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  margin: 20px auto;
  width: auto;
}
#profile form.workout-edit .date,
#profile form.workout-edit .score {
  display: inline;
}
#profile form.workout-edit .score {
  width: 160px;
}
#profile form.workout-edit .score input {
  width: 66px;
}
#profile .factsheet h2 {
  font-weight: bold;
}
#profile .factsheet img {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  border: 1px solid #ddd;
  padding: 5px;
}
#profile .factsheet .follow {
  margin-top: 20px;
}
#profile h1 {
  margin-bottom: 0;
}
#profile .record .category {
  display: block;
  margin: 0 auto 20px;
  width: 64px;
  height: 64px;
}
#profile .record .performance {
  position: relative;
}
#profile .record .score {
  font-size: 57px;
  line-height: 74.10000000000001px;
  margin-bottom: 0px;
}
#profile .record .score,
#profile .record .date,
#profile .record .rx {
  display: block;
  text-align: center;
}
#profile .record .score .label,
#profile .record .date .label,
#profile .record .rx .label {
  text-shadow: 0 -2px 0 rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 38px;
  line-height: 49.4px;
  margin-bottom: 0px;
  padding: 6px 10px 3px;
}
#profile .record .rx {
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 0px;
  margin-bottom: 20px;
}
#profile .record .social {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#profile .record .social .facebook {
  margin-bottom: 4px;
}
#profile .record .social .facebook .btn {
  font-weight: normal;
}
#profile .record .social .facebook .btn span {
  font-size: 13px;
}
#profile .workouts .year {
  margin-bottom: 60px;
}
#profile .workouts .year h4 {
  border-bottom: 1px solid #ccc;
  padding: 5px 11px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 49.4px;
  margin-bottom: 0px;
  text-align: center;
}
#profile .workouts .year .workout {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 1px;
}
#profile .workouts .year .workout >* {
  padding: 6px 11px;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  font-size: 15.200000000000001px;
  line-height: 19.76px;
  margin-bottom: 0px;
}
#profile .workouts .year .workout .benchmark {
  width: 200px;
  font-weight: bold;
}
#profile .workouts .year .workout .rx {
  width: 40px;
}
#profile .workouts .year .workout .score {
  width: 80px;
  border-right: 0;
  font-weight: normal;
}
#profile .workouts .year .workout time {
  width: 120px;
  text-align: right;
  color: rgba(0,0,0,0.5);
}
#profile .workouts .year .workout .links {
  border-right: 0;
  font-size: 12px;
}
#profile .workouts .year .workout .links a {
  font-weight: 300;
}
#profile .actions {
  width: 400px;
  margin: 60px auto;
}
#benchmark {
  background: #fff url("../images/bg-app.png") -50px 0 repeat-y;
  padding-top: 0;
}
#benchmark .right-column {
  background: url("../images/bg-side.png") 20px 0 no-repeat;
  width: 350px;
  min-height: 400px;
  padding: 20px 0 20px 40px;
  margin-left: 9px;
}
#benchmark .profile-workouts li {
  list-style: none;
}
#benchmark .profile-workouts li a.score {
  font-weight: bold;
}
#benchmark .profile-workouts li a.performed {
  font-weight: normal;
}
#benchmark .profile-workouts li a.performed time {
  font-weight: 300;
  color: #ccc;
  margin: 0 4px;
}
#benchmark .back {
  position: absolute;
  font-weight: bold;
  margin: 10px;
}
#benchmark h3 {
  text-align: center;
}
#benchmark form.workout .score label {
  display: none;
}
#benchmark .scoreboard-gender {
  margin-top: 20px;
}
#benchmark .scoreboard-gender .inner {
  padding: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-left-color: #eee;
}
#benchmarks.benchmarks {
  padding: 37px;
}
.benchmarks img.badge {
  width: 185px;
  height: 185px;
  display: block;
}
.benchmarks h5,
.benchmarks li {
  text-align: center;
}
.benchmarks h5 {
  font-size: 24.7px;
  line-height: 32.11px;
  margin-bottom: 16.055px;
  font-weight: bold;
  margin: 12px 0;
}
.benchmarks .category {
  width: 173px;
}
.benchmarks .category ul {
  margin: 0;
  width: 100%;
}
.benchmarks .category ul li.benchmark {
  list-style: none;
  margin-bottom: 3px;
}
.benchmarks .category ul li.benchmark a {
  font-weight: normal;
  font-size: 19px;
  line-height: 24.7px;
  margin-bottom: 37.05px;
}
.scoreboard ol,
.scoreboard ul {
  margin: 0;
}
.scoreboard .workout {
  list-style: none;
  font-size: 15.200000000000001px;
  line-height: 19.76px;
  margin-bottom: 0px;
  margin-bottom: 10px;
  position: relative;
}
.scoreboard .workout .avatar {
  position: absolute;
  left: 0;
  top: -3px;
}
.scoreboard .workout .avatar img {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  vertical-align: -30%;
}
.scoreboard .workout .profile {
  font-weight: normal;
  margin-left: 58px;
  display: inline-block;
}
.scoreboard .workout .score {
  margin-left: 58px;
  display: block;
}
.scoreboard ol .workout .index {
  position: absolute;
  font-size: 24.7px;
  line-height: 32.11px;
  margin-bottom: 0px;
  width: 32px;
  text-align: right;
  color: #b4b4a5;
  padding-right: 5px;
}
.scoreboard ol .workout .avatar {
  left: 40px;
}
.scoreboard ol .workout .profile,
.scoreboard ol .workout .score {
  margin-left: 90px;
}
#findfriends {
  padding: 20px;
}
#findfriends .tab-content {
  min-height: 500px;
}
#findfriends form textarea {
  width: 340px;
}
#findfriends .tab-facebook .connect {
  text-align: left;
}
#findfriends .invite .alert-thanks {
  display: none;
}
#findfriends .affiliate input,
#findfriends .affiliate select {
  width: 100%;
}
#findfriends .affiliate .lookup .results {
  width: 240px;
}
