.programtables table {
    width: 90%;
    border: 1px solid #475570;
    border-collapse: collapse;
    margin: 12px 25px 12px 25px;
}

.programtables thead {
    font-family: Verdana, "Times New Roman", Times, serif;
    color: #dbdbdb;
    cursor: pointer;
    font-size: 1em;
    vertical-align: middle;
}

.programtables thead tr {
    background: #336abb;
    /* background: -moz-linear-gradient(-90deg,#4682b4,#022147); */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#4682b4), to(#022147)); */
}

.programtables th {
    padding: 0.4em 0 0.4em 0;
}

.programtables th:hover:after {
    content: " (click to sort)";
    font-size: 0.75em;
}

.programtables tbody tr {
    color: navy;
}

.programtables tbody tr:hover {
    background: #bbb; /* lightgrey; */
    /* background: -moz-linear-gradient(-90deg,#d3d3d3,#a6a6a6); */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#a6a6a6)); */
}

.programtables td {
    padding: 5px 12px 5px 12px;
    border: 1px solid #475570;
}

.programtables td.version {
    text-align: center;
    width: 15%;
}

.programtables td.updated {
    text-align: center;
    width: 15%;
}

.programtables td.mac {
    text-align: center;
    width: 8%;
}

.programtables td.lt {
    text-align: center;
    width: 8%;
}

.programtables a {
    color: navy;
}

.programtables a:hover {
    color: red;
    text-decoration: none;
}