body {
    font-family: Times New Roman;
    overflow: hidden;
}
table.files {
    width: 100%!important;
    border: 1px solid grey!important;
    padding: 10px!important;
}
table.files td.directory {
    font-weight: bold;
}
table.files tr:hover {
    background-color: lightgray;
    cursor: default;
}
td.previous {
    border-bottom: 1px dashed lightgrey!important;
}

h1.title {
    position: absolute;
    padding-left: 10px;
    text-align: center;
    width: 50%;
    right: 0px;
    z-index: 100;
    font: 18pt arial;
}

#sidebar {
    background-color: #fff!important;
    font-size: 10pt!important;
}

#sidebar button {
    padding: 2px!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
    background-color: #eee!important;
}

#sidebar hr {
    border-bottom: 1px solid #eee;
    box-shadow: 0 20px 20px -20px #eee;
}

#new-todo {
    border: 1px solid #eee;
    padding: 5px;
    height: 14pt;
}

#search {
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}

#todo-list li {
    padding: 5px;
}

#results a {
    cursor: pointer;
}

#results a:hover {
    background-color: #ddd;
}
