.ig-content {
  width: 300px;
}
.ig-head {
  width: 300px;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #000;
}

.ig-img {
  margin-left: 7px;
  margin-top: 5px;
  float: left;
}

.ig-radius {
  border-radius: 25%;
}

.ig-name {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 2px;
}

.ig-name a, .ig-show {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

.ig-body{
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #e5e5e5;
}
