p {
  text-align: justify;
}

.artists {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.outer-artist {
    width:100%;
    padding: 1em 1em 1em 1em;  
}

.inner-artist {
    width: 100%;
    display: grid;
    grid-template-rows: 80px;
    grid-template-columns: 80px 100fr;
}

.info-artist {
    width: 100%;
    height: 100%;
    display:grid;
    grid-template-rows: 40px 40px;
    grid-template-columns: 100%;
}

.pure-button.pure-u-1{
    margin-top: 2px;
    margin-bottom: 2px;
}

.name-artist {
    line-height: 40px;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.buttons-artist-outer{
    height: 50%;
    display: flex;
    justify-content: center;
}
