body{-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-user-select:none;background-color:#32383d;font-family:RobotoRegular,'Droid Sans','Segoe UI',Segoe,'San Francisco','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;font-size:12px;width:100%;height:100%;overflow:hidden;margin:0}html{width:100%;height:100%;overflow-x:hidden;margin:0}p{color:#fff;font-size:large}#game{position:absolute;width:100%;height:100%}#container{position:absolute;width:100%;height:90%}#startBTN{position:absolute;width:200px;height:200px;padding:0;background-color:#000}#endBTN{position:absolute;width:200px;height:200px;padding:0;background-color:red}#spaceShip{position:absolute;width:100px;height:100px;padding:0;-moz-user-select:none;-webkit-user-select:none;user-select:none}.spaceShipWeaponContainer{display:block;position:absolute;height:5px;width:5px;background-color:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.badGuy{display:block;position:absolute}#badGuyImage{-moz-user-select:none;-webkit-user-select:none;user-select:none}.boom{display:block;position:absolute}#gameHUD{display:block;position:absolute;width:100%;height:10%;background-color:rgba(255,255,255,.15);bottom:0}#barContainer{height:100%;width:50%;position:absolute;right:0}#shieldContainer{padding-top:10px;width:100%;float:left}#healthContainer{padding-top:10px;width:100%;float:left}.border{height:20px;width:100%;background-color:#fff;float:left;padding:1px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background-color:rgba(255,255,255,.25)}#shieldMeter{height:100%;width:100%;background-color:#4b22f8;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}#healthMeter{height:100%;width:100%;background-color:red;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.badGuyShield{position:absolute;height:3px;width:100%;background-color:#4b22f8;top:10px}.badGuyHealth{position:absolute;height:3px;width:100%;background-color:red;top:15px}.score{position:absolute;font-family:"Times New Roman",Times,serif;font-size:2.5em;font-weight:700;font-color:rgba(255,255,255,.25);width:200px;background-color:rgba(255,255,255,.25);right:0}