@import url('https://fonts.googleapis.com/css?family=Chivo:300,400,500,700');
body{margin:26px 0 0 0;font-family:'Chivo',sans-serif;font-size:14px;}
.main{max-width:1070px;margin:auto;}
.footer{position:fixed;bottom:0;width:100%;margin-top:13px;background:#3c3c3c;border-top-color:#060606;}
.footer-content{max-width:1070px;margin:auto;font-size:85%;text-align:center}
h1{font-weight:normal;text-transform:capitalize;}
a{color:#121212; text-decoration:none;}
.footer-content a{color:#CCC}
a:hover{color:#fc8b0a;}
pre{margin-bottom:62px;font-family:monospace;}
hr{border:0;border-bottom:1px solid #b3b3b3;}
/* Ensure table cells wrap long text */
table#list td {
    word-wrap: break-word;      /* Break long words */
    white-space: pre-wrap;      /* Preserve spaces and wrap text */
    overflow: visible;          /* Ensure no clipping */
    max-width: 100%;            /* Allow flexibility for longer file names */
}
/* Optionally, set a max width for the table itself */
table#list {
    table-layout: auto;         /* Allow columns to resize based on content */
}
