html, body {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #230000;
}
#map {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #230000;
}
#info {
background-color: #aaaaaa;
position: absolute;
bottom: 10px;
left: 10px;
}
.invTable {
table-layout: fixed;
padding: 0px;
margin: 0px;
border-collapse: collapse;
background-color: #303030;
}
.invField {
width: 60px;
height: 42px;
padding: 1px 4px;
margin: 0px;
border: 1px solid gray;
background-size: 58px;
background-repeat: no-repeat;
background-position: center;
vertical-align: bottom;
text-align: right;
font-size: 14pt;
color: #ffffff;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.inventoryButton {
color: #00ff00;
cursor: pointer;
}
#playerInventoryDialog {
display:none;
}
.ui-dialog {
z-index:1011 !important;
}
.ui-widget-overlay {
z-index:1010 !important;
}
.control-reloadtiles a,
.control-reloadtiles a:hover {
padding: 1px 5px 1px 5px;
width: auto;
}
.control-coordinates {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
padding: 6px 10px 6px 6px;
color: #333;
}