.warning {
    font-weight: normal;
    color: red;
}

.hero {
    background: white;
    padding: 1em 2em 1em 2em;
    border-radius: .5em;
    font-size: 125%;
    position: relative;
}

.fished {
    background-image: url("/bags/tank/tiddlers/fish.png");
    background-position: top -64px right -64px;
    background-repeat: no-repeat;
}

.hero h1 {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.regisign {
    background: lightblue;
    margin-top: 0;
    width: 100%;
    padding: 1em;
    border-radius: .5em;
    font-size: 1.25em;
}

.regisign li a {
    text-decoration: none;
    color: black;
}

.regisign li a:hover {
    background-color: #efefef;
}

@media screen and (max-width: 62em) {
    .commands {
        position: static;
        float: none;
        background: lightblue;
        padding: .5em 1em .5em 1em;
    }
    .info {
        display: none;
    }
}
