.so-card-theme-default .so-card,
.so-card-theme-minimal .so-card {
  background-color: white;
  font-family: sans-serif;
  position: relative;
  border: 1px solid #efefef;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: block;
}
.so-card-theme-default .so-logo,
.so-card-theme-minimal .so-logo {
  position: absolute;
  top: 5px;
  left: 5px;
}
.so-card-theme-default .so-logo img,
.so-card-theme-minimal .so-logo img {
  width: 20px;
}
.so-card-theme-default .so-display-name,
.so-card-theme-minimal .so-display-name {
  margin: 0;
  text-align: center;
}
.so-card-theme-default .so-content,
.so-card-theme-minimal .so-content,
.so-card-theme-default .so-header,
.so-card-theme-minimal .so-header,
.so-card-theme-default .so-footer,
.so-card-theme-minimal .so-footer {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.so-card-theme-default .so-content,
.so-card-theme-minimal .so-content {
  text-align: center;
}
.so-card-theme-default .so-header,
.so-card-theme-minimal .so-header {
  padding-top: 0;
}
.so-card-theme-default .so-footer,
.so-card-theme-minimal .so-footer {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
}
.so-card-theme-default .so-reputation,
.so-card-theme-minimal .so-reputation {
  font-size: 2em;
  text-align: center;
  margin: 0;
  color: #e68a00;
}
.so-card-theme-default .so-reputation-label,
.so-card-theme-minimal .so-reputation-label {
  color: #777777;
}
.so-card-theme-default .so-badges-label,
.so-card-theme-minimal .so-badges-label {
  color: #666;
  font-size: 0.8em;
  margin-right: 10px;
}
.so-card-theme-default .so-badge,
.so-card-theme-minimal .so-badge {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
}
.so-card-theme-default .so-badge-wrapper,
.so-card-theme-minimal .so-badge-wrapper {
  margin-right: 10px;
}
.so-card-theme-default .so-badge-gold,
.so-card-theme-minimal .so-badge-gold {
  background-color: #ffcd03;
}
.so-card-theme-default .so-badge-silver,
.so-card-theme-minimal .so-badge-silver {
  background-color: #c5c5c5;
}
.so-card-theme-default .so-badge-bronze,
.so-card-theme-minimal .so-badge-bronze {
  background-color: #cc9966;
}
.so-card-theme-default .so-profile-link,
.so-card-theme-minimal .so-profile-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.so-card-theme-default .so-profile-picture-container {
  text-align: center;
}
.so-card-theme-default .so-profile-picture-container img {
  display: inline-block;
  width: 75px;
  border-radius: 50%;
}
.so-card-theme-minimal .so-profile-picture-container {
  display: none;
}
