﻿div.results div.result {
    box-shadow: #dddddd 5px 5px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

    div.results div.result:nth-child(2n+1) {
        background-color: aliceblue;
    }
