body{
    margin: 1em;
    text-align: center;
    font-family: monospace;
}
input[type="text"]{
    display: inline;
    width: auto;
}
button[type="submit"], input[type="text"]{
    display: inline;
    width: auto;
}
button[type="button"]{
    display: inline;
    width: auto;
}
button[type="command"]{
    display: inline;
    font-size: 1em;
}
img.location {
    height: 25%;
    width: 25%;
    margin: auto;
}
div.playerstats{
    display: inline-block;
    margin: auto;
    width: 75%;
    text-align: left;
}
div.playercommands{
    display: inline-block;
    margin: auto;
    width: 75%;
    text-align: center;
}
table{
    table-layout: fixed;
    width: 100%;
}
tr[type="specialMoves"]{
    border-spacing: 1em;
}
.done{
    text-decoration: line-through;
}
.hidden{
    display: none;
}
.nothidden{
    display: block;
}
.loading{
    text-align: center;
}
