.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.user-profile .achievements {
  margin-bottom: 0px;
  text-align: left;
  display: block;
}
.user-profile .achievements .achievement {
  margin: 6px 0 -7px -5px;
  display: inline-block;
}
.user-profile .achievements .achievement-badge {
  border: 2px solid #555;
  border-radius: 4px;
  padding: 3px;
  float: left;
  width: 27px;
  height: 27px;
  margin: 5px;
  display: inline-block;
}
.user-profile .achievements .achievement-title {
  position: relative;
  top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #4a5658;
}
.user-profile .achievements .achievement-description {
  margin-left: 8px;
  color: #aaa;
  font-size: 14px;
}
.user-profile .achievements .achievement.lifesaver .achievement-badge {
  border-color: #DB0000;
}
.user-profile .achievements .achievement.cakeday .achievement-badge {
  border-color: #F6552E;
}
.user-profile .achievements .achievement.newspaper .achievement-badge {
  border-color: #C27BD3;
}
.user-profile .achievements .achievement.subscriber .achievement-badge {
  border-color: #aaa;
}
.user-profile .achievements .achievement.chicks_in_space .achievement-badge {
  border-color: #260052;
}
.user-profile .achievements .achievement.penny .achievement-badge {
  border-color: #834417;
}
.user-profile .achievements .achievement.backseat .achievement-badge {
  border-color: #456DB4;
}
.user-profile .achievements .achievement.breakfast .achievement-badge {
  border-color: #5EB0C0;
}
.user-profile .achievements .achievement.slowpoke .achievement-badge {
  border-color: #f38a85;
}
.user-profile .achievements .achievement.endorse .achievement-badge {
  border-color: #0079E8;
}

#user-nav .container,
#user-profile .container {
  padding: 25px;
}
@media (min-width: 768px) {
  #user-nav .container,
  #user-profile .container {
    width: 88%;
    padding: 0 25px;
  }
  #user-nav .container li.nav-item,
  #user-profile .container li.nav-item {
    display: none;
  }
}
@media (min-width: 1250px) {
  #user-nav .container,
  #user-profile .container {
    width: 88%;
    max-width: 1400px;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    margin-bottom: 0;
  }
  #user-nav .container li.nav-item,
  #user-profile .container li.nav-item {
    display: inline-block;
  }
}
#user-nav .col-md-4,
#user-profile .col-md-4 {
  width: 90%;
  float: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #user-nav .col-md-4,
  #user-profile .col-md-4 {
    width: 84%;
  }
}
@media (min-width: 1250px) {
  #user-nav .col-md-4,
  #user-profile .col-md-4 {
    width: 350px;
    float: left;
    left: 0;
  }
}
#user-nav .col-md-8,
#user-profile .col-md-8 {
  width: 90%;
  float: none;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #user-nav .col-md-8,
  #user-profile .col-md-8 {
    width: 84%;
  }
}
@media (min-width: 1250px) {
  #user-nav .col-md-8,
  #user-profile .col-md-8 {
    width: calc(100% - 351px);
    float: left;
    left: 0;
  }
}

#user-profile {
  min-height: 500px;
  padding: 20px 0px;
}
#user-profile .info-module {
  background-color: #FFF;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 20px 26px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #user-profile .info-module {
    width: 80%;
    min-width: 400px;
  }
}
@media (min-width: 1250px) {
  #user-profile .info-module {
    width: auto;
    min-width: 240px;
  }
}
#user-profile .info-module .profile {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #user-profile .info-module .large-avatar {
    width: 100px;
  }
}
#user-profile .info-module .row {
  margin: 0;
}
#user-profile .info-module h1 {
  font-size: 26px;
  word-break: break-word;
}
#user-profile .info-module hr {
  margin: 30px 0;
  border-color: #E8ECED;
}
#user-profile .info-module .profile-label {
  text-align: center;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12.5px;
  font-weight: 600;
  color: #9Ba5aa;
}
@media (min-width: 1250px) {
  #user-profile .info-module .profile-label {
    text-align: left;
    margin: 18px 0 0 0;
  }
}
#user-profile .info-module .profile p {
  padding: 2px 30px;
  margin: 8px 0;
  font-size: 16px;
  line-height: 24px;
  color: #4a5658;
}
@media (min-width: 768px) {
  #user-profile .info-module .profile p {
    margin: 8px 0;
    padding: 2px 0px;
  }
}
#user-profile .info-module .profile i {
  color: #004E6D;
}
#user-profile .info-module .profile .location {
  color: #9Ba5aa;
  margin-top: -12px;
  line-height: 21px;
  font-size: 15px;
}
#user-profile .info-module .biography {
  text-align: center;
  margin: 10px 0 12px 0;
  font-size: 14px;
  display: block;
}
@media (min-width: 1250px) {
  #user-profile .info-module .biography {
    text-align: left;
  }
}
#user-profile .info-module .biography p {
  color: #4a5658;
}
#user-profile .info-module #show-profile-info {
  cursor: pointer;
  color: #9Ba5aa;
  font-size: 12px;
}
@media (min-width: 1250px) {
  #user-profile .info-module #show-profile-info {
    display: none;
  }
}
#user-profile .info-module #show-profile-info i {
  font-size: 10px;
  color: #9Ba5aa;
}
#user-profile .info-module .hidden {
  display: none;
}
@media (min-width: 1250px) {
  #user-profile .info-module .hidden {
    display: inline-block;
    width: 100%;
  }
}
#user-profile .info-module .hidden.toggle {
  display: block;
}
#user-profile .info-module i.fa-chevron-down.toggle {
  transform: scaleY(-1);
  position: relative;
  top: 2px;
  filter: FlipV;
}
#user-profile .info-module .react-component,
#user-profile .info-module .hide-follow-button,
#user-profile .info-module .follow {
  display: inline;
}
#user-profile .nav-pills {
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
@media (min-width: 768px) {
  #user-profile .nav-pills {
    display: block;
    text-align: center;
  }
  #user-profile .nav-pills h3 {
    font-size: 13px;
  }
}
@media (min-width: 1250px) {
  #user-profile .nav-pills {
    display: block;
    text-align: left;
    margin: 10px 6px;
  }
}
#user-profile .nav-pills li {
  padding: 0;
  margin: 7px 30px 0px -2px;
  list-style: none;
  display: inline-block;
}
#user-profile .nav-pills li a {
  padding: 6px 1px 4px 1px;
  display: block;
  font-size: 14px;
  color: #9Ba5aa;
}
#user-profile .nav-pills li h3 {
  color: #4a5658;
  font-size: 15px;
  margin: 0;
}
#user-profile .nav-pills li:hover a {
  color: #1a2024;
  opacity: 1;
}
#user-profile .nav-pills li:hover h3 {
  color: #1a2024;
}
#user-profile .nav-pills li:hover span.count {
  background-color: #36ac9c;
  color: #FFF;
  transition-duration: 0.14s;
}
#user-profile .nav-pills span.count {
  color: #9Ba5aa;
  background-color: #E8ECED;
  font-size: 13px;
  padding: 3px 4px;
  border-radius: 4px;
  min-width: 10px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
}
#user-profile .nav-pills .active {
  border-bottom: 3px solid #36ac9c;
}
#user-profile .nav-pills .active a {
  color: #36ac9c;
}
#user-profile .nav-pills .active h3 {
  color: #1a2024;
}
#user-profile .nav-pills .active span.count {
  background: #36ac9c;
  color: #FFF;
}
#user-profile .tab-pane {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #user-profile .tab-pane {
    text-align: center;
  }
}
@media (min-width: 1250px) {
  #user-profile .tab-pane {
    display: none;
    text-align: left;
    width: 100%;
  }
  #user-profile .tab-pane .row {
    margin: 0;
  }
}
#user-profile .tab-pane.active {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1250px) {
  #user-profile .tab-pane.active {
    display: inline-block;
    margin: 0;
  }
}
#user-profile .achievements {
  text-align: center;
}
@media (min-width: 1250px) {
  #user-profile .achievements {
    text-align: left;
  }
}
#user-profile .achievements .tooltip {
  margin-top: -18px;
  margin-left: -5px;
}
#user-profile .achievement {
  display: inline;
}
#user-profile .achievement img {
  height: 34px;
  margin: 8px 8px 0 0;
}
#user-profile .show-more {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: 600;
  width: 164px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #user-profile .show-more {
    display: block;
  }
}
#user-profile .missing-placeholder {
  margin-top: 30px;
  color: #9Ba5aa;
}
#user-profile .labnote {
  margin: 20px 0;
  border: 1px solid #F2F3F4;
  text-align: left;
  background-color: #FFF;
  border-radius: 5px;
  padding: 20px 20px 14px 20px;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
}
@media (min-width: 768px) {
  #user-profile .labnote {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1250px) {
  #user-profile .labnote {
    margin: 15px 10px 40px 10px;
    width: 90%;
  }
}
#user-profile .labnote a {
  color: #1a2024;
}
#user-profile .labnote p {
  font-size: 15px;
  color: #4a5658;
  margin: 4px 0;
}
#user-profile .labnote .title h2 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Copernicus", Times;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 16px;
}
#user-profile .labnote .preview {
  margin: 20px 0;
}
#user-profile .labnote .preview p {
  word-break: break-word;
}
#user-profile .labnote .date {
  color: #9Ba5aa;
  font-size: 15px;
  margin: 0;
}
#user-profile .labnote .tag {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding: 1px 4px 2px 4px;
  border-radius: 4px;
}
#user-profile .labnote .tag:hover {
  transition-duration: 0.3s;
  background-color: #004E6D;
  border-color: #004E6D;
  opacity: 1;
  color: #FFF;
}
@media (min-width: 1250px) {
  #user-profile .labnote .col-md-6 {
    padding: 0;
  }
}
#user-profile .labnote .blocked-message {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
#user-profile .labnote.blocked {
  background-color: rgba(67, 77, 86, 0.9);
  border: 1px solid #4a5658;
  opacity: 0.4;
  display: block;
  color: #FFF;
  pointer-events: none;
}
#user-profile .labnote.blocked .title h2 {
  color: #FFF;
}
#user-profile .labnote.blocked .preview {
  opacity: 0;
}
#user-profile .labnote.blocked .header-actions {
  color: #FFF !important;
}
#user-profile .labnote.blocked .header-actions i, #user-profile .labnote.blocked .header-actions span {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF !important;
}
#user-profile .labnote.blocked svg path {
  fill: #FFF !important;
}
#user-profile .labnote.blocked .pill {
  display: none;
}
#user-profile .labnote.blocked .tag {
  color: #FFF;
}
#user-profile .labnote:hover {
  box-shadow: 1px 1px 14px -1px #ddd;
  border: 1px solid #e5e5e5;
  transition-duration: 0.3s;
}
#user-profile .labnote:hover p {
  transition-duration: 0.3s;
  color: #1a2024;
}
#user-profile .labnote:hover .date {
  transition-duration: 0.3s;
  color: #4a5658;
}
#user-profile .labnote:hover .pill {
  transition-duration: 0.25s;
  background-color: #1a2024;
}
#user-profile .labnote .header-actions {
  float: left;
  margin-top: 0px;
  display: inline-block;
}
@media (min-width: 768px) {
  #user-profile .labnote .header-actions {
    float: right;
  }
}
@media (min-width: 1250px) {
  #user-profile .labnote .header-actions {
    margin-top: 3px;
    float: right;
  }
}
#user-profile .labnote .header-actions .header-views,
#user-profile .labnote .header-actions .header-comments,
#user-profile .labnote .header-actions .header-likes,
#user-profile .labnote .header-actions .header-edit,
#user-profile .labnote .header-actions .header-download {
  margin: 0 8px 0 0;
  float: right;
  display: inline;
  width: auto;
}
@media (min-width: 768px) {
  #user-profile .labnote .header-actions .header-views,
  #user-profile .labnote .header-actions .header-comments,
  #user-profile .labnote .header-actions .header-likes,
  #user-profile .labnote .header-actions .header-edit,
  #user-profile .labnote .header-actions .header-download {
    margin: 0 0 0 8px;
  }
}
#user-profile .labnote .header-actions .header-views span, #user-profile .labnote .header-actions .header-views a,
#user-profile .labnote .header-actions .header-comments span,
#user-profile .labnote .header-actions .header-comments a,
#user-profile .labnote .header-actions .header-likes span,
#user-profile .labnote .header-actions .header-likes a,
#user-profile .labnote .header-actions .header-edit span,
#user-profile .labnote .header-actions .header-edit a,
#user-profile .labnote .header-actions .header-download span,
#user-profile .labnote .header-actions .header-download a {
  padding-right: 0px;
  font-size: 14px;
  color: #4a5658;
  font-weight: 600;
}
#user-profile .labnote .header-actions .header-views i,
#user-profile .labnote .header-actions .header-comments i,
#user-profile .labnote .header-actions .header-likes i,
#user-profile .labnote .header-actions .header-edit i,
#user-profile .labnote .header-actions .header-download i {
  font-size: 16px;
  padding: 0 6px 0 2px;
}
@media (min-width: 768px) {
  #user-profile .labnote .header-actions .header-views i,
  #user-profile .labnote .header-actions .header-comments i,
  #user-profile .labnote .header-actions .header-likes i,
  #user-profile .labnote .header-actions .header-edit i,
  #user-profile .labnote .header-actions .header-download i {
    font-size: 14px;
  }
}
#user-profile .labnote .header-actions .header-comments {
  cursor: pointer;
  margin-right: 15px;
}
#user-profile .labnote .header-actions .header-comments .react-component {
  display: inline-block;
}
#user-profile .labnote .header-actions .header-comments i {
  color: #9Ba5aa;
  margin-left: 4px;
}
@media (min-width: 768px) {
  #user-profile .labnote .header-actions .header-comments i {
    width: 13px;
  }
}
#user-profile .labnote .header-actions .header-comments i span {
  color: #4a5658;
}
#user-profile .labnote .header-actions .header-views svg path {
  fill: #1a2024;
}
#user-profile .labnote .header-actions .header-views svg {
  vertical-align: middle;
}
@media (min-width: 768px) {
  #user-profile .labnote .header-actions .header-likes {
    margin-right: 8px;
  }
}
#user-profile .labnote .header-actions .header-likes:hover i {
  color: #FF746F;
}
#user-profile .labnote .header-actions .header-likes .fa-heart {
  display: inline-block;
  color: #DB5854;
}
#user-profile .labnote .header-actions .header-likes .like {
  cursor: pointer;
}
#user-profile .labnote .header-actions .header-likes .like-count {
  font-size: 14px;
  margin-right: 2px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #4a5658;
}
#user-profile .labnote .header-actions .header-likes i {
  color: #D97471;
}
#user-profile .labnote .header-actions .header-likes i:hover {
  color: #FF746F;
}
#user-profile .labnote .header-actions .header-likes i.liked {
  color: #DB5854;
  -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@-webkit-keyframes heartPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
@keyframes heartPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
}
#user-profile .comment {
  text-align: left;
  margin: 40px 0;
}
#user-profile .comment .reply-to {
  font-size: 13px;
  margin: 2px 0;
  color: #9Ba5aa;
}
#user-profile .comment .reply-to img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
#user-profile .comment .reply-to a {
  color: #9Ba5aa;
}
#user-profile .comment .date {
  color: #9Ba5aa;
  margin: 0 12px 0 0;
  display: inline;
  font-size: 13px;
}
#user-profile .comment .source {
  display: inline;
  margin: 0 12px 0 0;
  color: #9Ba5aa;
  font-size: 13px;
  opacity: 0.7;
}
#user-profile .comment .comment-text {
  padding: 8px 0;
}
#user-profile .comment .comment-text a {
  font-size: 15px;
  color: #9Ba5aa;
  margin: 0 2px;
}
#user-profile .comment .private-label {
  display: inline-block;
  font-size: 12px;
  color: #9Ba5aa;
  border: 1px solid #9Ba5aa;
  padding: 1px 3px;
  border-radius: 4px;
}
#user-profile .comment .likes-count {
  display: inline-block;
  font-size: 12px;
  color: #9Ba5aa;
}
#user-profile .comment .likes-count i.fa-heart {
  font-size: 10px;
  margin-right: 3px;
  color: #D4D9DB;
}
#user-profile .comment a {
  margin: 0;
  font-size: 13px;
}
#user-profile .tooltip {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
@media (min-width: 768px) {
  #user-profile .labnote-tags-container {
    margin: 20px 0 20px 10px;
  }
}
#user-profile .labnote-tags-container h4 {
  display: inline;
  margin-right: 9px;
  font-size: 15px;
  color: #1a2024;
}
#user-profile .tag-filter {
  z-index: 200;
}
#user-profile .tab-content .preload-spinner {
  height: 300px;
  background: #f5f5f5;
  border-radius: 4px;
  width: 100%;
}
#user-profile .viz-holder {
  min-width: 200px;
}
#user-profile .bar-viz-holder {
  min-width: 200px;
}
#user-profile h3 {
  margin: 10px 0;
}
#user-profile .subtext {
  color: #9Ba5aa;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
}
#user-profile .empty {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  border: 2px solid #F2F3F4;
  padding: 12px 19px;
  border-radius: 4px;
  color: #9Ba5aa;
}
#user-profile .result {
  margin: 0 0 20px 0;
}
#user-profile .result:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
#user-profile .result .result-image {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
}
#user-profile .result .result-info {
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: top;
  width: 86%;
}
@media (min-width: 768px) {
  #user-profile .result .result-info {
    width: 86%;
  }
}
#user-profile .result .result-info .type,
#user-profile .result .result-info .date {
  font-size: 14px;
  margin-top: 6px;
  color: #434D56;
  display: inline;
}
#user-profile .result .result-info .title {
  margin-top: 0;
  color: #1a2024;
}
#user-profile .result .result-info .date {
  margin-left: 12px;
  color: #9Ba5aa;
}
#user-profile .result .result-info i {
  color: #9Ba5aa;
}

#user-profile .pill,
.user-labnotes .pill {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background-color: #4a5658;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  font-size: 10px;
  color: #FFF;
  padding: 2px 4px 1px 4px;
  margin-bottom: 12px;
  position: relative;
  top: -2px;
}

.user-project-cards {
  display: block;
}
@media (min-width: 768px) {
  .user-project-cards {
    display: inline-block;
  }
}
.user-project-cards .project-card {
  width: 100%;
  text-align: left;
  width: 12px 0;
}
@media (min-width: 768px) {
  .user-project-cards .project-card {
    margin: 12px 5px;
    width: 250px;
  }
}
.user-project-cards .project-card .project-card-content {
  height: 80px;
}
.user-project-cards .project-card .project-title {
  overflow: hidden;
  word-break: break-word;
  height: 99px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  line-height: 20px;
  -webkit-box-orient: vertical;
  display: block;
  max-width: 212px;
  display: -webkit-box;
}
.user-project-cards .project-card .project-thumb {
  min-height: 110px;
  z-index: 9;
}
.user-project-cards .project-card .project-thumb-wrapper {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.user-project-cards .project-card .project-thumb-wrapper a:hover {
  opacity: 1;
}
.user-project-cards .project-card .project-thumb-wrapper a:hover .project-thumb {
  transform: scale(1.05);
  transition-duration: 0.4s;
}
.user-project-cards .project-card .project-thumb-wrapper a:hover .project-state-ribbon {
  opacity: 1;
}
.user-project-cards .project-card .project-thumb-wrapper a:hover .project-state-cover {
  opacity: 0.6;
}
.user-project-cards .project-card .backer {
  font-size: 16px;
  position: absolute;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background-color: #36ac9c;
  color: #FFF;
  top: 0px;
  z-index: 12;
}
.user-project-cards .project-card.placeholder .spinner {
  top: 25px;
  left: 105px;
}
.user-project-cards .researcher-description {
  width: 181px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.user-project-cards .researcher-institution .institution {
  text-overflow: ellipsis;
  max-width: 183px;
  overflow: hidden;
}
.user-project-cards .project-state-ribbon {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 11;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 3px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  font-size: 10px;
  color: #FFF;
  padding: 2px 4px 1px 4px;
}
.user-project-cards .project-state-cover {
  background-color: #9Ba5aa;
  opacity: 0.5;
  display: block;
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px 4px 0 0;
  top: 0px;
  transition-duration: 0.3s;
}

.user-labnotes .page-title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 90px;
}
.user-labnotes .labnote a {
  color: #1a2024;
}
.user-labnotes .labnote h2 {
  font-family: "Copernicus", Times;
  font-size: 16px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .user-labnotes .labnote .pill {
    float: right;
    margin-top: 4px;
  }
}
.user-labnotes .labnote .date {
  font-size: 14px;
  color: #aaa;
  margin: 4px 0;
}
@media (min-width: 768px) {
  .user-labnotes .labnote .date {
    text-align: right;
  }
}
.user-labnotes .labnote p {
  color: #555;
  font-size: 14px;
}
.user-labnotes .labnote .header-actions {
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .user-labnotes .labnote .header-actions {
    margin: 3px 0 40px 0;
  }
}
.user-labnotes .labnote .header-views,
.user-labnotes .labnote .header-comments,
.user-labnotes .labnote .header-likes,
.user-labnotes .labnote .header-edit,
.user-labnotes .labnote .header-download {
  margin: 0 12px 0 0;
  display: inline;
  width: auto;
}
@media (min-width: 768px) {
  .user-labnotes .labnote .header-views,
  .user-labnotes .labnote .header-comments,
  .user-labnotes .labnote .header-likes,
  .user-labnotes .labnote .header-edit,
  .user-labnotes .labnote .header-download {
    margin: 0 19px 0 0;
  }
}
.user-labnotes .labnote .header-views span, .user-labnotes .labnote .header-views a,
.user-labnotes .labnote .header-comments span,
.user-labnotes .labnote .header-comments a,
.user-labnotes .labnote .header-likes span,
.user-labnotes .labnote .header-likes a,
.user-labnotes .labnote .header-edit span,
.user-labnotes .labnote .header-edit a,
.user-labnotes .labnote .header-download span,
.user-labnotes .labnote .header-download a {
  padding-right: 0px;
  font-size: 13px;
  color: #4a5658;
  font-weight: 600;
}
.user-labnotes .labnote .header-views i,
.user-labnotes .labnote .header-comments i,
.user-labnotes .labnote .header-likes i,
.user-labnotes .labnote .header-edit i,
.user-labnotes .labnote .header-download i {
  font-size: 16px;
  padding: 0 6px 0 2px;
}
@media (min-width: 768px) {
  .user-labnotes .labnote .header-views i,
  .user-labnotes .labnote .header-comments i,
  .user-labnotes .labnote .header-likes i,
  .user-labnotes .labnote .header-edit i,
  .user-labnotes .labnote .header-download i {
    font-size: 14px;
  }
}
.user-labnotes .labnote .header-comments {
  cursor: pointer;
  margin-right: 15px;
}
.user-labnotes .labnote .header-comments i {
  color: #1a2024;
}
.user-labnotes .labnote .header-views svg path {
  fill: #1a2024;
}
.user-labnotes .labnote .header-views svg {
  vertical-align: middle;
}
.user-labnotes .labnote .header-likes:hover i {
  color: #FF746F;
}
.user-labnotes .labnote .header-likes .fa-heart {
  display: inline-block;
  color: #DB5854;
}
.user-labnotes .labnote .header-likes .like {
  cursor: pointer;
}
.user-labnotes .labnote .header-likes .like-count {
  margin-right: 2px;
  font-weight: 600;
}
.user-labnotes .labnote .header-likes .like-count.liked {
  color: #1a2024;
}
.user-labnotes .labnote .header-likes span {
  margin-right: 7px;
}
.user-labnotes .labnote .header-likes i {
  color: #D97471;
}
.user-labnotes .labnote .header-likes i:hover {
  color: #FF746F;
}
.user-labnotes .labnote .header-likes i.liked {
  color: #DB5854;
  -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.user-labnotes .tooltip {
  width: 170px;
  text-align: left;
}
