 /* Sortable tables */
 
 .sortable {

    width:1000px
}
 
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}




.container {
    width: 1000px;
}

 .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}