﻿.cardlegacy {
  position: relative;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.left-card {
  vertical-align: top;
  height: 100%;
  text-align: center;
}
.profile-image {
  margin-right: 4px;
  float: left;
  width: 64px;
  border-radius: 2px;
}
.profile-image.fade {
  opacity: 0.5;
  width: 32px;
}
.social-link {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4px 6px;
  height: 26px;
}
.social-link img {
  width: 16px;
}
.social-link:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 2px;
}
span.tag {
  background-color: #ccc;
  padding: 1px 3px;
  border-radius: 2px;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
span.tag.g {
  background-color: #BBE67C;
}
span.tag.r {
  background-color: #E67C7C;
}
span.tag.y {
  background-color: #E6E67C;
}
.social-cloud {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e6e6e6));
  background: -moz-linear-gradient(top, #eeeeee, #e6e6e6);
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin: 10px 10px 20px 10px;
}
.social-talk {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e6e6e6;
}
div.jqcloud {
  font-size: 10px;
  line-height: normal;
}
div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}
div.jqcloud span.w10 {
  font-size: 550%;
}
div.jqcloud span.w9 {
  font-size: 500%;
}
div.jqcloud span.w8 {
  font-size: 450%;
}
div.jqcloud span.w7 {
  font-size: 400%;
}
div.jqcloud span.w6 {
  font-size: 350%;
}
div.jqcloud span.w5 {
  font-size: 300%;
}
div.jqcloud span.w4 {
  font-size: 250%;
}
div.jqcloud span.w3 {
  font-size: 200%;
}
div.jqcloud span.w2 {
  font-size: 150%;
}
div.jqcloud span.w1 {
  font-size: 100%;
}
/* colors */
div.jqcloud {
  color: #09f;
}
div.jqcloud a {
  color: inherit;
}
div.jqcloud a:hover {
  color: #0df;
}
div.jqcloud a:hover {
  color: #0cf;
}
div.jqcloud span.w10 {
  color: #0cf;
}
div.jqcloud span.w9 {
  color: #0cf;
}
div.jqcloud span.w8 {
  color: #0cf;
}
div.jqcloud span.w7 {
  color: #39d;
}
div.jqcloud span.w6 {
  color: #90c5f0;
}
div.jqcloud span.w5 {
  color: #90a0dd;
}
div.jqcloud span.w4 {
  color: #90c5f0;
}
div.jqcloud span.w3 {
  color: #a0ddff;
}
div.jqcloud span.w2 {
  color: #99ccee;
}
div.jqcloud span.w1 {
  color: #aab5f0;
}
/* layout */
div.jqcloud {
  overflow: hidden;
  position: relative;
}
div.jqcloud span {
  padding: 0;
}
