
table.query_output tr > th {
    padding-left:3px;
    padding-right:10px;
    border-bottom:1px solid #c0c0c0;
}

table.query_output tr > td {
    padding-left:5px;
    padding-right:10px;
    border-bottom:1px solid #c0c0c0;
}



table.query_output tr td:nth-child(2n-1) {
    background-color: #f8f8f8;
}

table.query_output tr td:nth-child(2n) {
    background-color: #e8e8e8;
}




.query_output > tbody > tr:hover > td {
    background-color:yellow !important;
    cursor:pointer;
}