
.collection {
    list-style: none;
    padding: 0;
    margin:1.5em 0 2.5em
}

.collection li {
    display: flex;
    margin-bottom:1em
}

.collection .thumb {
    width: 7em;
    height: 7em;
    flex-shrink: 0;
    margin-right:1em
}

.collection .thumb img {
    width: 100%;
    height: 100%;
    /*box-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.3);*/
    border-radius:.2em
}

.collection .text {
    flex-grow: 1;
    display: flex;
    flex-direction:column
}

.collection h3 {
    margin:-.2em 0 .3em
}

.collection p {
    margin: 0;
    /*font-size:.95em*/
}

.collection .date {
    color:#888
}

.collection .venues {
    color:#888
}

.collection .stars {
    display: flex;
    align-items:center
}

.collection .stars img {
    height: 1.1em;
    margin-right: .3em;
    opacity:.4
}

.collection .stars span {
    color:#888
}

.collection .buttons {
    text-align: left;
    margin:.2em 0 0;
    display:none;
}

.collection .buttons a {
    margin: 0 .3em .5em 0;
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
    font-size: 1em;
    /*text-decoration: none;*/
}