
table.gq-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.9em;
}

table.gq-table th {
    text-align: left;
    border-bottom: 2px solid black;
    text-transform: uppercase;
    padding: 0 10px 3px;
    vertical-align: bottom;
}

table.gq-table tr {
    border-left: solid 1px lightgrey;
    border-right: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
}

table.gq-table tr {
    background-color: white !important;
    border-left: none;
    border-right: none;
}

table.gq-table tr:nth-of-type(odd) {
    background-color: white !important;
}

table.gq-table tr:nth-of-type(even) {
    background-color: whitesmoke !important;
}

table.gq-table tr td:first-of-type {
    border-left: 1px solid lightgray;
}
table.gq-table tr td:last-of-type {
    border-right: 1px solid lightgray;
}

table.gq-table td {
    padding: 10px 10px;
}

table.gq-table  a {
    cursor: pointer;
    color: #205493;
    font-size: 1.1em;
    font-weight: bold;
    line-height: normal;
    text-decoration-line: none;
    -webkit-text-decoration-line: none;
    border-bottom: dotted 1px;
    line-height: 1.5
}
