  @charset "UTF-8";

#thesis-table th {
    cursor: pointer;
}
#thesis-table th.headerSortUp {
    background: #eee url(https://www.reed.edu/economics/assets/images/icon-sort-down.gif) no-repeat right 50%;
}
#thesis-table th.headerSortDown {
    background: #eee url(https://www.reed.edu/economics/assets/images/icon-sort-up.gif) no-repeat right 50%;
}
#thesis-table td {
    background-color: #fff;
    vertical-align: top;
}