#left {background-image:url('https://images.lazarus-project.net/edgeleft.jpg');}
#right {background-image:url('https://images.lazarus-project.net/edgeright.jpg');}
#chat_theatre {}
#clientui {padding-top: 10px; padding-left: 0px; float: left;}
#skotos_logo {background-color: black; background-image: url('https://images.lazarus-project.net/skotoslogo.jpg'); background-position: center 25px; background-repeat:no-repeat; height: 98px; margin-bottom: 10px;}
#save_button, #settings_button {display:inline-block; opacity:0.85; padding-left:4px;}

    #image_map {margin-bottom: 10px; border: 3px solid black; background: black;}
	#image_map_img {border: 0px solid black; height:130px;width:130px; background-position:center center; margin: auto; background-repeat:no-repeat; background-image:url('http://www.skotos.net/CastleMarrachGame/images/map-loading.gif');}
	.comp_button {position:absolute; height:13px; width:14px; border: 0px solid black; opacity: 0.9; z-index:2; background-repeat: no-repeat; margin: auto;}

	#comp_nw {right:120px;	bottom:130px;}
	#comp_n  {right:60px;	bottom:131px;}
	#comp_ne {right:2px;	bottom:131px;}
	#comp_w  {right:120px;	bottom:74px;}
	#comp_e  {right:3px;	bottom:74px;}
	#comp_sw {right:120px;	bottom:12px;}
	#comp_s  {right:60px;	bottom:12px;}
	#comp_se {right:1px;	bottom:12px;}

.button {
	width: 130px;
	display:inline-block;
	color: #ffffff;
	font-family: 'Times New Roman', sans-serif;
	font-weight: 300;
	position: relative;
	top: 0px;
	font-size: 14px;
 	padding:0.35em 1.2em;
 	margin: auto;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.2s;
}

.button:hover {
	color: #ffffff;
	background-color: #661713;
}

.fas {
	padding: 0;
	margin: 0;
	position: relative;
	left: 0px;
	display: inline-block;
	font-size: 1.5em;
	float: left;
	color: #661713;
	transition: all 0.2s;
}

.fas:hover {
	color: #ffffff;
}
