@import url("/stylesheets/blogs/show.css");

#article {
  border-color: #f3ba69;
  border-width: 5px 0 0 0;
}
#article .avatar { 
  overflow: hidden;
  margin-left: -80px;
  background-repeat: no-repeat;
  position: relative;
}
#article .avatar .expert_label {
  background: #333 url(/images/expert_text_medium.png) no-repeat 26px 3px;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0 solid #fff;
  border-top-width: 1px;
  width: 73px;
}

#article .avatar .pro_athlete_label {
  background: #333 url(/images/pro_text_medium.png) no-repeat 26px 3px;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0 solid #fff;
  border-top-width: 1px;
  width: 73px;
}
#article .avatar .pro_athlete_label img {
  position: absolute;
  top: -10px;
  left: 3px;
  width: 16px;
  height: 21px;
}
#article .avatar .expert_label img {
  position: absolute;
  top: -10px;
  left: 3px;
  width: 16px;
  height: 21px;
}
