.top {
  background: #2A333D;
  background-size: cover;
  background-position: center;
  padding: 24px 32px;
  box-sizing: border-box;
  /*border: 1px solid rgba(0,0,0,.6);*/
  display: table;
}

.top-cell {
  display: table-cell;
  vertical-align: middle;
}

.top-title {
  color: rgba(255,255,255,.5);
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.top-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 12px;
}

.top-row {
  display: table-row;
  height: 90px;
}

.top-imageCell {
  display: table-cell;
  vertical-align: middle;
  width: 88px;
}

.top-image {
  width: 64px;
  height: 64px;
}

.top-nameCell {
  display: table-cell;
  vertical-align: middle;
}

.top-name {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-subname {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  opacity: .5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-scoreCell {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  padding-left: 40px;
}

.top-score {
  font-size: 28px;
  line-height: 36px;
  text-align: right;
  display: inline-block;
  padding-left: 12px;
}

.top-score--rating {
  color: #82ef0a;
}

.top-score--favorite {
  color: #fff;
}

.top-score--discussed {
  color: #fff;
}

.top-score--networker {
  color: #fff;
}

.top-scoreIcon {
  display: inline-block;
}

.top-scoreIcon--favorite {
  width: 22px;
  height: 20px;
  background-image: url(/Content/img/icons/icon-star.png);
}

.top-scoreIcon--networker {
  width: 28px;
  height: 18px;
  background-image: url(/Content/img/icons/icon-peoples.png);
}


/* Placeholder */

.top-placeholder {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A333D;
  background-position: center -65px;
}

.top-placeholder--rating {
  background-image: radial-gradient(50% 33%, rgba(109,184,37,0.20) 50%, rgba(111,183,37,0.00) 93%);
}

.top-placeholder--favorite {
  background-image: radial-gradient(50% 36%, rgba(218,140,9,0.20) 50%, rgba(255,185,0,0.00) 93%);
}

.top-placeholder--discussed {
  background-image: radial-gradient(50% 36%, rgba(75,190,170,0.20) 50%, rgba(74,193,170,0.00) 93%);
}

.top-placeholder--networker {
  background-image: radial-gradient(50% 36%, rgba(39,169,200,0.20) 50%, rgba(40,184,215,0.00) 93%);
}

.top-placeholderCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.top-placeholderIcon {
  width: 200px;
  height: 200px;
  display: inline-block;
  background-size: cover;
}

.top-placeholderIcon--rating {
  background-image: url(/Content/img/icons/icon-rate.png);
}

.top-placeholderIcon--favorite {
  background-image: url(/Content/img/icons/icon-fav.png);
}

.top-placeholderIcon--discussed {
  background-image: url(/Content/img/icons/icon-questions.png);
}

.top-placeholderIcon--networker {
  background-image: url(/Content/img/icons/icon-meetings.png);
}

.top-placeholderText {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1.6px;
  margin-top: 56px;
  padding: 0 40px;
}

.top-gradient {
  background: -webkit-linear-gradient(top, rgba(42,51,61,0) 0%,rgba(42,51,61,1) 100%);
  background: linear-gradient(to bottom, rgba(42,51,61,0) 0%,rgba(42,51,61,1) 100%);
  position: absolute;
  left: 0;
  height: 90px;
  margin-top: -90px;
}