#console {
    height: 200px;
    overflow: scroll;
    background-color: #333;
}
.meter {
    background-color: #000000;
    height: 20px;
    width: 100px;
    position: relative;
}
.bar {
    background-color: #777777;
    height: 100%;
}
.metertext {
    z-index: 10;
    color: white;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.panel-hidden {
    display: none;
}
.dangerred{
    background-color: red;
}
#hunger {
    display: inline-block;
}
#bladder {
    display: inline-block;
}
#stats {
    display: inline-block;
}
#locationimage {
    display: inline-block;
    align-content: center;
}
