/* Sortable tables */
table.sortable {
    width: 95%;
    border-collapse: collapse;
}

table.sortable thead {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

table.sortable td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

table.sortable thead {
    background-color:#eee;
    font-weight: bold;
    cursor: default;
    text-align:center;
}


table.sortable td {
    text-align: left;
    
}