.player{z-index:10;background:transparent url(/img/player.png) no-repeat}.enemy_alien{z-index:9;background:transparent url(/img/alien.png) no-repeat}.enemy_alien_dead{z-index:9;background:transparent url(/img/alien_dead.png) no-repeat}.person_cowboy{z-index:9;background:transparent url(/img/person_cowboy.png) no-repeat}.land_grass{z-index:3;background:transparent url(/img/land_grass.png) no-repeat}.land_sand{z-index:3;background:transparent url(/img/land_sand.png) no-repeat}.land_tree{z-index:3;background:transparent url(/img/land_trees.png) no-repeat}.land_water{z-index:3;background:transparent url(/img/land_water.png) no-repeat}.land_bridge_v{z-index:3;background:transparent url(/img/land_bridge_vertical.png) no-repeat}.land_bridge_h{z-index:3;background:transparent url(/img/land_bridge_horizontal.png) no-repeat}.land_mountain{z-index:3;background:transparent url(/img/land_mountain.png) no-repeat}.land_road{z-index:3;background:transparent url(/img/land_road.png) no-repeat}.house_healing{z-index:8;background:transparent url(/img/house_healing.png) no-repeat}.house_resting{z-index:8;background:transparent url(/img/house_resting.png) no-repeat}.house_spaceship{z-index:8;background:transparent url(/img/house_spaceship.png) no-repeat}.house_tower{z-index:8;background:transparent url(/img/house_tower.png) no-repeat}.house_fortress{z-index:8;background:transparent url(/img/house_fortress.png) no-repeat}.person_cowboy,.land_grass,.land_tree,.land_water,.land_bridge_v,.land_bridge_h,.land_mountain,.land_road,.house_healing,.house_resting,.house_spaceship,.house_tower,.house_fortress,.enemy_alien_dead,.enemy_alien{background-size:12px 12px}#canvas,#canvas:hover,#canvas:active,#canvas:focus{cursor:cross!important}body{background:#000;padding-top:40px}.tools{position:fixed;left:0px;top:0px;width:100%;height:40px;line-height:40px;color:#fff;background:rgba(0,0,0,.2)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body,html{height:100%;font-family:sans-serif}body{position:relative}#world_view{height:100%;width:100%;overflow:hidden;background:#000;position:relative}.player{z-index:10;background:transparent url(/img/player.png) no-repeat}.enemy_alien{z-index:9;background:transparent url(/img/alien.png) no-repeat}.enemy_alien_dead{z-index:9;background:transparent url(/img/alien_dead.png) no-repeat}.person_cowboy{z-index:9;background:transparent url(/img/person_cowboy.png) no-repeat}.land_grass{z-index:3;background:transparent url(/img/land_grass.png) no-repeat}.land_sand{z-index:3;background:transparent url(/img/land_sand.png) no-repeat}.land_tree{z-index:3;background:transparent url(/img/land_trees.png) no-repeat}.land_water{z-index:3;background:transparent url(/img/land_water.png) no-repeat}.land_bridge_v{z-index:3;background:transparent url(/img/land_bridge_vertical.png) no-repeat}.land_bridge_h{z-index:3;background:transparent url(/img/land_bridge_horizontal.png) no-repeat}.land_mountain{z-index:3;background:transparent url(/img/land_mountain.png) no-repeat}.land_road{z-index:3;background:transparent url(/img/land_road.png) no-repeat}.house_healing{z-index:8;background:transparent url(/img/house_healing.png) no-repeat}.house_resting{z-index:8;background:transparent url(/img/house_resting.png) no-repeat}.house_spaceship{z-index:8;background:transparent url(/img/house_spaceship.png) no-repeat}.house_tower{z-index:8;background:transparent url(/img/house_tower.png) no-repeat}.house_fortress{z-index:8;background:transparent url(/img/house_fortress.png) no-repeat}#player_stats{z-index:100;background:rgba(0,0,0,.3);border-radius:3px;color:#fff;position:absolute;bottom:12px;left:50%;margin-left:-90px;width:180px;height:auto;padding:12px;line-height:1.5em}#health{z-index:100;float:left;width:100px;margin-right:10px;background:rgba(0,0,0,.3);height:24px;border-radius:3px}#health .percent{background:rgba(255,0,0,.8);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(.5,rgba(0,0,0,0)),color-stop(.5,rgba(0,0,0,.06)),color-stop(1,rgba(0,0,0,.1)));box-shadow:0 1px #ffffff4d,0 1px #ffffff4d inset;border:1px solid rgba(180,0,0,.8);height:22px;border-radius:3px}#light_canvas{z-index:100;position:absolute;left:0px;top:0px}#coords,#time{z-index:100;position:absolute;top:10px;width:auto;color:#fff;text-shadow:0px 1px 1px #000}#coords{left:10px}#time{text-align:right;right:10px}.text_pop{z-index:100;color:#fff;font-weight:bold;text-shadow:0px 1px 1px rgba(0,0,0,.4);position:absolute;text-align:center;margin-left:-24px;width:96px;height:48px;animation-duration:1.5s;animation-name:damage;animation-fill-mode:forwards}@keyframes damage{0%{transform:translateY(0);opacity:1}to{transform:translateY(-48px);opacity:0}}#modal{z-index:1000;position:absolute;display:none;left:50%;top:50%;background:rgba(0,0,0,.8);border:1px solid rgba(0,0,0,.9);color:#fff;border-radius:3px;box-shadow:0 3px #0009}#modal .modal_inner{padding:20px}#modal .row{height:30px}#modal .row .property{float:left;width:70%}#modal .row .value{float:left;width:30%;text-align:right}#map_canvas{z-index:70;display:none;position:absolute;left:10px;bottom:10px}
