/* Print Styles */

body {
	color: #000000;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, sans-serif !important;
}

a[href]:after {
    content: "" !important;
}

.noPrint {
    display: none !important; 
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    display: none;
}

.table, .table thead, .table thead tr, .table thead tr th, .table tbody, .table tbody tr, .table tbody tr td {
    border: 1px solid #fff;
}

.floating-footer {
    position: static;
    padding-left: 0px;
    padding-right: 0px;
}

.searchIcon {
    display: none !important;
}

#resultsTable {
    margin-bottom: 10px;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
}

#resultsTable thead tr th {
    border-bottom: 3px solid #ccc !important;
}

#resultsTable tbody tr td {
    border-bottom: 1px solid #ccc !important;
}