
#top_photo_section {
  float: left;
}

#top_stats_section {
  float: left;
  margin-left: 20px;
}

.stats_block {
  margin-top: 8px;
  margin-right: 15px;
}

.user_name {
  font-size: 1.3em;
  font-weight: bold;
}

/* media overrides here */
@media screen and ( max-width: 900px) {
  .user_name {
    font-size: 18px;
  }
}
