
.torrent-item-container {

}

.torrent-item {
    width: 200px;
    height: 200px;
    float: left;
    border: solid 1px lightgray;
    margin: 5px;
    padding: 3px;

}

.torrent-item-subject, .torrent-item-magnet {
    word-break: break-all;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}