html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #3a3a3a;
    background-image: url("always-grey.ddc976e4.png");
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper
{
    position: relative;
}

.overworld-info {
    position: absolute;
    top: 0;
    left: 160;
    display: none;
    padding: 5px 10px;
    text-align: center;
    width: 150px;
}

.smaller {
    font-size: 14px;
}

.top-bar {
    position: absolute;
    top: -5px;
    left: 160px;
    width: 560px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    border-bottom: 2px solid #333;
}

.top-bar span {
    margin: 5px 5px;
    font-size: 14px;
}

.overworld-info div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.instructions {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 172px;
    left: 240px;
    top: 120px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    padding: 5px 10px;
}

.instructions.visible {
    display: block;
}

.instructions button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.instructions button:hover {
    background: #777;
}

.instructions button:active {
    transform: translate(0, 1px);
}

.overworld-info.active {
    display: block;
}

.tunnel-info {
    position: absolute;
    top: 120px;
    left: 0px;
    display: none;
}

.tunnel-info.visible {
    display: block;
}

.engineer-health-bar-outer {
    background-image: url("healthbar.ff24e422.png");
    background-size: 16px 128px;
    width: 16px;
    height: 128px;
    margin: 20px;
    display: inline-block;
    position: relative;
    left: 8px;
}

.engineer-bar {
    box-sizing: border-box;
    background-color: #600;
    border-right: 4px solid #900;
    width: 8px;
    height: 64px;
    position: absolute;
    left: 4px;
    bottom: 8px;
}

.network-health-bar-outer {
    background-image: url("healthbar.ff24e422.png");
    background-size: 16px 128px;
    margin: 20px;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 128px;
}

.tunnel-info .network-health-label {
    position: relative;
    left: -64px;
}

.tunnel-info .engineer-health-label {
    position: relative;
    left: -48px;
}

.network-bar {
    box-sizing: border-box;
    background-color: #006;
    border-right: 4px solid #009;
    width: 8px;
    height: 64px;
    position: absolute;
    left: 4px;
    bottom: 8px;
}

.game-canvas {
    background: #000;
    width: 720px;
    height: 480px;
    image-rendering: pixelated;
}

.heroes-death {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 140px;
    left: 160px;
    top: 120px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    padding: 5px 10px;
}

.heroes-death.visible {
    display: block;
}

.heroes-death button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.heroes-death button:hover {
    background: #777;
}

.heroes-death button:active {
    transform: translate(0, 1px);
}

.cowards-death {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 156px;
    left: 160px;
    top: 120px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    padding: 5px 10px;
}

.cowards-death.visible {
    display: block;
}

.cowards-death button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.cowards-death button:hover {
    background: #777;
}

.cowards-death button:active {
    transform: translate(0, 1px);
}

.victory {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 156px;
    left: 160px;
    top: 120px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    padding: 5px 10px;
}

.victory.visible {
    display: block;
}

.victory button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.victory button:hover {
    background: #777;
}

.victory button:active {
    transform: translate(0, 1px);
}



.link-severed {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 82px;
    left: 240px;
    top: 120px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    padding: 5px 10px;
}

.link-severed.visible {
    display: block;
}

.link-severed button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.link-severed button:hover {
    background: #777;
}

.link-severed button:active {
    transform: translate(0, 1px);
}

.title-stuff {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    left: 320px;
    top: 280px;
    background-size: 32px 32px;
    padding: 5px 10px;
}

.title-stuff.visible {
    display: block;
}

.title-stuff button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.title-stuff button:hover {
    background: #777;
}

.title-stuff button:active {
    transform: translate(0, 1px);
}

.tunnel-instructions {
    display: none;
    font-size: 14px;
    position: absolute;
    text-align: center;
    left: 240px;
    top: 160px;
    background-image: url("ui.307a1a50.png");
    background-size: 32px 32px;
    padding: 5px 10px;
}

.tunnel-instructions.visible {
    display: block;
}

.tunnel-instructions button {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px #333;
    background: #555;
    outline: none;
    border: 1px solid #333;
}

.tunnel-instructions button:hover {
    background: #777;
}

.tunnel-instructions button:active {
    transform: translate(0, 1px);
}

/*# sourceMappingURL=src.85f3c3c1.css.map */