#results
{	
    margin: 4rem 0;
}

@media (max-width: 767px)
{

    #results thead
    {
        display: none;
    }

    #results td
    {
        display: block;
        border-bottom: none;
        padding: 0;
        margin-bottom: 10px;
    }

    #results td:first-child
    {
        font-weight: 700;
    }

    #results td:last-child
    {
        border-bottom: 1px solid var(--base-color-dark);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #results tr:last-child td:last-child
    {
        border-bottom: none;
        padding-bottom: 0;
    }

}