/*
    Based on Apaxy by @adamwhitcroft
    Modified for Free Software Mirror Group by Michael Fincham
*/

.block {
    color: #9099A3;
    font-size: .875em;
    margin: 20px 0;
    padding: 20px;
}

.indexcollastmod {
    white-space: nowrap;
}

table a {
    text-decoration: none;
}

a,
img {
    color: #3e3e3e;
    border: none;
    outline: none;
}

a:hover {
    color: #2a2a2a;
}

body {
    -webkit-backface-visibility: hidden;
    padding: 20px;
    max-width: 920px;
}

code {
    font-family: monospace;
}

#indextitle {
    line-height: 1.3em;
    margin-top: 0;
}

html {
    /* border-bottom: 10px solid #ECEEF1;
    border-top: 10px solid #ECEEF1; */
    color: #3e3e3e;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3em;
    min-height: 100%;
}

table {
    border-collapse: collapse;
    font-size: .875em;
    line-height: 2em;
    width: 100%;
}

td {
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    -webkit-transition: background 300ms ease;
    border: 0;
    border-bottom: 1px solid #edf1f5;
    outline: 0;
    padding: 5px 0;
    text-align: left;
    transition: background 300ms ease;
    vertical-align: middle;
}

td a {
    display: block;
}

th {
    font-size: .75em;
    padding-right: 20px;
    text-align: left;
}

th+th {
    width: 65%;
}

th+th+th+th {
    width: 5%;
}

tr {
    border: 0;
    outline: 0;
}

tr td:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
}

tr:hover td {
    background: #f6f6f6;
}
