.content {
  position: relative;
  width: 960px;
  margin: 0 auto; 
 padding: 0;
 }



table,
td,
th {
  border: solid 1px silver;
  color:#000;
  padding:4px;
  font-size:8pt;
  font-family:Verdana;
  align: center;
  }
table {
  border-collapse:collapse;
  }
table tr {
  background-color:#eee;
  }

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

th {
  background-color:#333;
  color:#fff;
  font-size:10pt;
  }
a {
  color:#0079c1;
  text-decoration:none;
  }  
a:hover {
  text-decoration:underline;
  }
.filtering {
  background-color:light-gray
  }
#jqtf_filters {
  list-style:none;  
  }
#jqtf_filters li {
  display:inline-block; 
  position:relative; 
  float:left;
  margin-bottom:20px
  }


hr {
  margin-top:20px;
  border:1px dotted #444;
  width:850px;
  }

#cleanfilters {
  font-size: 10pt;
  margin-right:20px;
  }
  
.clear {
  clear: both;
}
