.dataTables_filter {
    display: none;
}
.tiny{
    font-size: 8pt;
}
p{margin: 0;}
body{
    width:100%;
}
table{
    table-layout: fixed
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand: ;
    background-repeat: no-repeat;
    background-position: center left;
}
table.dataTable thead th .sorting_asc,
table.dataTable thead th .sorting_desc,
table.dataTable thead th .sorting {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.italic{
    font-style: italic;
}
a.button{
    border-color: black;
    border: 1px;
}
.underline{
    text-decoration: underline;
}
.hidden{
    display: none;
}
.no-padding{
    padding: 0 !important;
}
.bold{
    font-weight: bold;
}
.new_feature{
    color: red;
    font-weight: bold;
}
.clickable{
    cursor: pointer;
}
img.thumbnail {height: 100px; max-width: 150px;}
.show-footer-above {
    display: table-row-group;
}

#collection {
    /* padding: 10px 10px 6px 10px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
