body {
    background-color: black;
    color: white;
}
h1 {
    font-size: 20px;
    color: magenta;
    text-align: center;
}
#container {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
#main {
    position: relative;
    height: 430px;
}
#canvas-outer {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
#start-buttons {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    top: 260px;
    text-align: center;
}
#start {
    height: 60px;
    width: 200px;
    font-weight: bold;
    font-size: x-large;
}

td {
    width: 240px;
}

#control-buttons {
    height: 40px;
    border: 1px solid #000;
    background-color: #000;
    display: none;
}
#shot {
    height: 40px;
    width: 100px;
}
#power {
    display: inline-block;
    height: 30px;
    width: 200px;
    border: 1px solid #000;
    vertical-align: middle;
    margin-left: 10px;
    overflow: hidden;
}
#power-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
