.club-thumbnail {
    height: 24px;
    width: auto;
    padding: 0px;
    margin-right: 8px;
}

#clubs-icons-list {
    width: 100%;
}

.left-bound-icons-list {

    width: 40px;
    height: 40px;

    padding: 7px;
    float: left;
    margin: 4px;
    border-radius: 30px !important;
}

.left-bound-icons-list img {
    width: 24px;
    height: auto;
    max-height: 24px;
}

.player-entry {
    font-size: 11px;
    padding: 2px;
}

.player-entry .clubs-icon-small {
  width: auto;
  height: 25px;
  margin-right: 5px;
}

#drop-players-zone {

    margin-top: 30px;

    width: 300px;
    height: 100px;
    border: 3px dashed #888;

    color: #888;
    font-size: 12px;
    text-transform: uppercase;

    line-height: 100px;
    text-align: center;
}

#drop-players-zone:hover {
    background: #dad55e;
}
