
.odt-tool-output .response {
        width: 600px;
}

.odt-tool-output .results table {
        border-color: gray;
        width: 100%;
}

.odt-tool-output .results table th {
        color: white;
        background: #B3B3B3;
        border: 1px solid #B3B3B3;
        text-align: left;
        padding: 4px 6px 4px 12px;
        font-size: 90%;
        font-weight: bold;
}

.odt-tool-output .results table td {
        border: 1px solid #D8DCE1;
        padding: 4px 6px 4px 12px;
        background: #F2F2F2;
}

.odt-tool-output .results tr td:first-child {
        font-weight: bold;
}

.odt-tool-output .results tr:nth-child(even) td {
        background-color: transparent;
}