body {
    background-color: #111;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
#container {
    width: 400px;
    height: 470px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
#user-ui {
    background-color: #333;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.resource, #play {
    display: inline-block;
    margin-left: 5px;
}
#play {
    float: right;
    margin-right: 5px;
}
.icon {
    border: solid 0px #777;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    float: left;
}
.icon.selected {
    opacity: 1.0;
}
.counter {
    text-align: center;
    float: left;
    color: #AAA;
    font-size: 32px;
    width: 30px;
    height: 40px;
    margin-left: 1px;
    background-color: #555;
    line-height: 40px;
    margin-right: 10px;
}
#level-counter {
    float: right;
    color: #555;
    font-size: 18px;
    line-height: 20px;
}
canvas {
    width: 400px;
    height: 400px;
    background-image: url("/static/img/floor.png");
    background-color: #333;
}
a {
    border: 0px solid black;
}
#footer {
    width: 100%;
    padding: 5px;
    text-align: center;
}
#footer img {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    margin: 3px;;
}
#end {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 40px;
    width: 400px;
    height: 360px;
    font-size: 150px;
    text-align: center;
    background-color:rgba(0,0,0,0.5);
    display: none;
}
#total-score {
    font-size: 22px;
    color: #AAA;
}