/* CSS for "I hope you like it!" */


/* table padding */
th, td {
  padding: 3px !important;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#000000;
    font-weight: bold;
    cursor: default;
}