 .inside .pplayout {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-bottom: 30px;
}

 .inside .pplayout img {
  display: block;
  padding-left: 25px;
}

.team-thumb .remove-screenshot{
	  background: #2ea2cc;
  border:1px solid #0074a2;
  webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
  padding: 0px 6px;
    border-radius: 3px;
    display: block;
    width: 60px;
    line-height: 26px;
    height: 28px;
    text-align: center;
  margin-top: 10px;
}