
/* - directory.css - */
@media screen {
/* https://aseh.net/portal_css/directory.css?original=1 */
.dataTables_filter {
float:none;
padding:10px;
text-align:left;
}
.dataTables_length {
padding:10px;
float:right;
}
table.dataTable td {
padding: 1px;
}
table.dataTable td:first-child,
table.dataTable th:first-child {
display:none;
}
table.dataTable td input[type='checkbox'] {
display:none;
}
table#sortable.plominoview td a {
text-decoration:none !important;
border-bottom:none !important;
}
table#sortable.plominoview td a:hover {
color:#336633 !important;
cursor:default;
}
table.plominoview tr:hover {
background:#fff;
cursor: auto;
}
table.plominoview td:hover {
cursor:auto;
}

}

