/* line 5, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.profile-left-content {
  border-right: 1px solid #ccc;
}

/* line 9, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.profile-picture {
  padding-top: 25px;
}

/* line 14, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.photos img {
  max-width: 100px;
  margin-top: 5px;
}

/* line 20, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
span.edit-icon {
  font-size: 15px;
}

/* line 24, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.edit-field-container {
  display: none;
}

/* line 29, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.date {
  width: 60px;
  height: 50px;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/* line 43, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.date p {
  font-family: Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
  color: #9e9e9e;
}

/* line 48, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
.date p span {
  background: #d10000;
  background: linear-gradient(top, #d10000 0%, #7a0909 100%);
  background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
  background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  padding: 6px 0 6px 0;
}

@-moz-document url-prefix() {
  /* line 63, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
  .date {
    padding: 16px 0 0 0;
  }

  /* line 66, /usr/local/www/kek/app/assets/stylesheets/profiles.css.scss */
  .date p span {
    padding: 9px 0 3px 0;
  }
}
