body {
    background-color: #ffffff;
    color: #000000;
    font-family: sans-serif;
}

a {
    color: deepskyblue;
    font-weight: bold;
    text-decoration: none;
}

a.breadcrumb {
    color: #daa520;
    font-weight: bold;
}

a.directory {
    color: #daa520;
    font-weight: bold;
}

a.file {
    color: #000000;
    font-weight: normal;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

#wrapper td {
    vertical-align: top;
}

#top_content, #bottom_content, #toolbar, #inline_content {
    font-size: 0.8rem;
}

#main_content {
    font-size: 0.8rem;
    border-spacing: 2px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
    width: 100%;
}

#main_content thead td {
    font-weight: bold;
    text-align: center;
    background: #eeeeee;
}

#main_content thead td.sortable {
    cursor: pointer;
}

#main_content tr.even { background: #f6f6f6; }
#main_content tr.odd { background: #fafafa; }
#main_content tr td { padding: 0.5rem; }

.recent {
    font-size: 0.6rem;
    color: red;
}

#main_content td.fico { width: 3%; text-align: center; }
#main_content td.fname { width: 60%; text-align: left; }
#main_content td.fsize { width: 12%; text-align: right; }
#main_content td.fmtime { width: 20%; text-align: right; }

/*#main_content td.fico { width: auto; text-align: center; }*/
/*#main_content td.fname { width: 475px; }*/
/*#main_content td.fsize { width: 100px; text-align: right; }*/
/*#main_content td.fmtime { width: 225px; text-align: right; }*/

