﻿#orderlist {
    width: 100%;
    font-size: 14px;
}

    #orderlist .row {
        cursor: pointer;
    }

        #orderlist .row td {
            padding: 0.5em 0;
            font-size: 13px;
            border-bottom: dotted 1px #e0e0e0;
        }

        #orderlist .row:hover td {
            border-bottom: dotted 1px #a0a0a0;
        }
