
h1 {
    text-align: center;
}

img, div {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#content {
    padding-left: 100px;
}

img {
    position: fixed;
    top: 10px;
    left: 10px;
}

#incomplete {
    top: -172.5px; 
    clip: rect(182.5px, 62px, 602px, 0px); 
    z-index: 2;
}

#percentage {
    position: fixed;
    left: 25px;
    top: 422.5px;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table {
    width: 90%;
}

th {
    font-weight: bold;
}

td.centred {
    text-align: center;
}

abbr {
    border-bottom:1px dotted;
    cursor:help;
}