#lista_pokemones>li {
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: inline-grid;
    cursor: pointer;   
}

#lista_pokemones li div {
    width: 80px;
    height: 80px;
    margin-left: 23%;
    vertical-align: middle;
}

#lista_pokemones li span {
    text-align: center;
}

.modal-content .row {
    margin-bottom: 0;
}

div .progress {    
    height: 20px;
    margin: 0;
}

.progress-bar {
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}