div.raised {
	font-size: small;
}

div.last_updated {
	font-size: x-small;
}

img.thumb {
    float: left;
}

div.listing {
    clear: both;
    margin: 0.5em;
    border: 1pt solid black;
    padding-bottom: 1.25em;
    padding-left: 0.5em;
}

a {
    text-decoration: none;
}

div.small-listing {
    clear: both;
    margin: 0.5em;
    border: 1pt solid black;
    padding-bottom: 1.25em;
    padding-left: 0.5em;
    width: 300px;
}

div.listing:nth-child(2n+1) {
    background-color: lightgrey;
}

div.name {
    text-align:center;
    font-size: large;
}

div.funding, div.funders {
    font-size: x-small;
    margin-left: 40%;
}

div.location {
    font-style: italic;
    text-align: center;
}
