body {
    background-color: lightgrey;
}
div#gametable {
    border-width: 1px;
    border-color: #bbb;
    border-style: solid;
    z-index: 1;
    margin: 0;
    padding: 0;
}
div.gameboard-cell, .hot, .boom {
    height: 17px;
    width: 17px;
    border: solid 1px #bbb;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}
div.gameboard-row, div.row {
    margin: 0;
    padding: 0;
    height: 19px;
}
div.hot, div.canon-line.hot {
    background-color: red;
}
div.boom {
    background-color: green;
}
div#gameboard {
    background-color: #333;
    padding: 1px;
    margin: 30px;
    position: relative;
}
div#squarie {
    height: 13px;
    width: 13px;
    background-color: white;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
}
div.zombie {
    height: 13px;
    width: 13px;
    background-color: #f00;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
    border: solid 1px #888;
    box-sizing: border-box;
}
div.canon {
    height: 17px;
    width: 17px;
    background-color: black;
    position: absolute;
}
div.canon.hot {
    background-color: red;
}
img#gameOverImage{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
div#timer, div.scoreBoard, div#inventory, a#reset, div#wave {
    position: absolute;
    top: 0px;
    left: 800px;
    font-size: 20px;
    border: 1px solid blue;
    width: 100px;
    text-align: right;
    padding-right: 3px;
    padding-left: 3px;
    background-color: #eee;
}
div#score {
    position: absolute;
    top: 30px;
    left: 800px;
    font-size: 20px;
    border: 1px solid blue;
}
div.lootBox{
    position: absolute;
    top: 2px;
    left: 2px;
    height: 13px;
    width: 13px;
    background-color: gold;
}
img.bomb, img.lasergun {
    height:90px;
    width:90px;
    margin-top: 3px;
}
div#buttons, a#reset {
    text-align: center;
}
div.button {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: gray;
    margin: 10px;
    border: 2px outset;
}
div#btnUp {
    position: absolute;
    top: 800px;
    left: 150px;
}
div#btnRight {
    position: absolute;
    top: 910px;
    left: 260px;
}
div#btnDown {
    position: absolute;
    top: 1020px;
    left: 150px;
}
div#btnLeft {
    position: absolute;
    top: 910px;
    left: 40px;
}
div#btnBomb {
    position: absolute;
    top: 1070px;
    left: 425px;
}
div#btnGunUp {
    position: absolute;
    top: 800px;
    left: 700px;
}
div#btnGunRight {
    position: absolute;
    top: 910px;
    left: 810px;
}
div#btnGunDown {
    position: absolute;
    top: 1020px;
    left: 700px;
}
div#btnGunLeft {
    position: absolute;
    top: 910px;
    left: 590px;
}
div.lasergun {
    background-color: gray;
    border: 2px inset;
    text-align:center;
    vertical-align: middle;
    font-size: 60px;
}
div.canon-line {
    /*background-color: #fff;*/
}
div.gameboard-cell.spawn {
    background-color: red;
}
a#reset {
    text-decoration: none;
    color: #eee;
    background-color: #333;
    font-family: consolas;
    font-size: 15px;
    padding: 4px;
}
div#wave {
    left: 720px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}