#q {
      height: 26px;
}

.site {
      display: inline-block;
      width: 200px;
      height: 2000px;
      min-height: 200px;
      max-height: 200px;
      margin: 10px;
      border: 1px solid #000;
      background-color: #000;
      box-shadow: 10px 7px 5px #888;
}

.details {
      width:200px;
      overflow: hidden;
      bottom: 0;
      padding: 5px;
}

.details h4 {      
      font-size: 13px;
      max-width: 160px;
      color: orange;
      white-space: nowrap;
      overflow: hide;
}
.details h4 a {      
      color: orange;
      text-decoration: none;
      white-space: nowrap;
      overflow: hide;
}
