body {
    font-family: Sans-Serif;
    padding: 0;
    margin: 0;
    color: #5c5c5c;
}

header {
    border-bottom: 1px solid #ededed;
    width: 100%;
}

header h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 113px;
    margin-left: 10px;
}

header a {
    text-decoration: inherit;
    color: inherit;
}

header img {
    margin: 10px 50px;
    float: left;
}

header .to-hub {
    float: left;
    width: 4%;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 113px;
    color: white;
    background-color: #F05823;
}

main {
    width: 90%;
    padding: 50px 5% 0 5%;
}

.icon {
    height: 24px;
    width: 24px;
}

table.file-listing {
    width: 100%;
    border: 0;
}

table.file-listing th, table.file-listing td {
    text-align: left;
    border: 0;
}

table.file-listing tr td:first-child {
    width: 30px;
}

table {
    width: auto;
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr td:first-child {
    width: auto;
}
table td, table th  {
    padding: 5px;
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.sortable th {
    cursor: pointer;
}