table.prettytable {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.prettytable th {
    background: gainsboro;
    text-align: left;
    height: 25px;
}

table.prettytable th.rankrow {
    width: 50px;
}

.hangtimerow {
    width: 80px;
    font-family: 'Helvetica Bold';
    font-size: 16px;
}

.hangtimerowuser {
    width: 120px;
    font-family: 'Helvetica Bold';
    font-size: 16px;
}

.hangtimerowtime {
    width: 180px;
    font-family: 'Helvetica Bold';
    font-size: 16px;
}

.rankrowuser {
    width: 50px;
    font-family: 'Helvetica Bold';
    font-size: 16px;
}

table.prettytable th.playerrow {
    width: 160px;
}

table.prettytable caption {
    text-align: center;
    font-family: "Handwriting - Dakota";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}


h1 {
    text-align: center;
    font-family: "Handwriting - Dakota";
    font-weight: bold;
    font-size: 40px;
    color: black;
    margin-top: 20px;
    margin-bottom: 40px;
}

.heading {
    text-align: center;
    font-family: "Handwriting - Dakota";
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
