/* myflask/static/css/venue_list.css */

/* Example styling for listing venues in a table */
.table-venues {
    margin-top: 20px;
}

.table-venues th, .table-venues td {
    vertical-align: middle;
}

.table-venues img {
    max-width: 100px;
    height: auto;
    border-radius: 4px;
}
