﻿.evlst {
    display:grid;
    column-gap:20px;
    row-gap:20px;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
}

.evlst .evin {
    padding:10px;
    border:1px solid gray;
    border-radius:10px;
}

.evlst .evthm {
    padding:0 0 20px 0;
}
.evlst .evthm img {
    width:100%;
}

.evlst .evtag {
    padding:0 0 10px 0;
}

.evlst .evtit {
    padding:0 0 10px 0;
    font-size:16px;
    font-weight:bold;
    height:35px;
}

.evlst .evinfo {
    padding:0 0 10px 0;
    font-size:14px;
    line-height:20px;
}

.evlst .evact {
    text-align:right;
}