table.sortable {
	background-color: #cdcdcd;
	margin: 10px 0pt 15px;
	width: 100%;
}
table.sortable a {
	-ms-word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
table.sortable thead tr th, 
table.sortable tfoot tr th {
	background-color: #ddd;
	border: 1px solid #fff;
	font-size: 8pt;
	padding: 4px;
	padding-right: 16px;
}
table.sortable thead tr th {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sortable tbody td {
	color: #3d3d3d;
	padding: 4px;
	background-color: #fff;
	vertical-align: top;
	border: 1px solid #eee;
}
table.sortable tbody tr.odd td {
	background-color: #f0f0f6;
}
table.sortable thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.sortable thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.sortable thead tr .headerSortDown,
table.sortable thead tr .headerSortUp {
	background-color: #648faf;
}
.responsive {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}