html {
    margin:0 10%;
}
body {
    margin:0 auto;
    background: #fff;
    color: #333;
    font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #b33;
}
h1#breadcrumbs {
    text-align: center;
}
h1#breadcrumbs span {
    color: #333;
    padding: 0.2em;
}
h5#intern {
    color: #b33;
    font-style: italic;
}
h6#readme {
    color: #333;
    font-style: italic;
}
a {
    color: #339;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.icon {
    margin: 0px 4px -4px 0px;
    height: 24px;
    width: 24px;
}
table {
    border-collapse: collapse;
    margin: 50px auto;
}
tr {
    outline:0;
    border:0;
}
tr:hover td {
    background:#ddd;
}
th {
    text-align:left;
    padding-right:20px;
    width:85%;
    white-space: nowrap;
    padding:8px;
    border-bottom:1px solid #aaa;
}
td {
    padding-right:20px;
    outline:0;
    border:0;
    border-bottom:1px solid #aaa;
    vertical-align:middle;
    text-align:left;
    -webkit-transition:background 200ms ease-in;
       -moz-transition:background 200ms ease-in;
        -ms-transition:background 200ms ease-in;
         -o-transition:background 200ms ease-in;
            transition:background 200ms ease-in;
    white-space: nowrap;
    padding:8px;
}
td:last-child, th:last-child {
    text-align:right;
}
.footer {
    text-align:center;
    margin-top:30px;
}
