#stv-popular .grid-item {
    padding: 0 10px 0 10px;
    float: left;
  }
  
  #stv-popular a {
    border: 1px solid #c4c4c4;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
    -moz-border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
  }
  
  #stv-popular img {
    max-width: 100%;
    height: auto;
    display: inline;
  }
    
  #stv-popular .topic-img {
    padding: 7px;
    margin: auto;
    float: left;
  }
  
  #stv-popular .topic-txt {
    float: left;
    padding: 0 4px 0 2px;
  }

  #stv-popular .topic-ctr {
    float: right;
    padding: 0 4px 0 2px;
  }  
  
  #stv-popular .topic-title, #stv-popular .topic-ctr {
    font-size: 15px;
    margin: 5px 0 7px 0;
    font-weight: bold;
    line-height: 16px;
  }

  #stv-popular .topic-ctr {
    color: #888 !important;
  }    

  #stv-popular .topic-desc {
    font-weight: normal;
    color: #333;
    font-size: 15px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 5px 2px;
  }
  