/* Sortable tables */
table.sortable {
	width: 100%;
}

table.sortable td,
table.sortable th {
	padding: 3px;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}