table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: hidden;
	border-color: black;
	border-collapse: collapse;
 	border: 1px solid black;
}

tbody {
    border: 1px solid #000000 ! important;
}

table th, table td, table tbody {
	border-width: 1px;
	padding: 4px;
	border-color: #939598;
}

table th, table td, thead th, thead td {
 	border: #939598 solid 1px;
}

thead.tableHeader-processed tr th, 
thead.tableHeader-processed tr th.checkbox {
    background: #bbbbbb;
    color: black;
    border: 1px solid black;
    padding: 5px;
}

thead.tableHeader-processed tr th.active,
thead.tableHeader-processed tr th.active a.active {
    background: white;
}

thead.tableHeader-processed tr th a.active {
    background: none;
}

table.sticky-enabled tbody tr td,
table.package tbody tr td {
    background: white;
    color: black;
    border: 1px solid black;
}

table.sticky-enabled tbody tr.even td,
table.package tbody tr.even td { 
    background: #eeeeee;
} 

th.active, th.active a {
    background: #add8e6;
    color: black;
}

th a.active {
    color: black;
}

table.version-also-available, table.version-recommended, table.version-security {
    border: none;
}

td.version-title {
    font-weight: bold;
}

table.version {
    border: none ! important;
}

