#board {}

#restroom {
  height: 100px;
  background-color: #eeeeee;
  text-align: center;
  color: #777;
	display: block;
	font-size: 12px;
}

.actionfield {
  height: 80px;
  text-align: center;
  border: 1px solid white;
  padding: 5px;
  margin: 5px;
	color: #777;
	display: block;
	font-size: 12px;

}

.actionfield_accept {
  background-color: #dddddd;
}

.item img {
  padding: 5px;
  border: none;
}

.border {
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px;
  border: 1px solid #cccccc;
  width: 75px;
  text-align: center;
}
  
.tile {
  border: 1px solid black;
  position: relative;
}
  
/* HACK FOR IE, SHOW ID PERMANENTLY */
.tile span.id {
  display: block; 
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 2px;
  padding-right: 2px;
  height: 16px;
  z-index: 10000;
  color: white;
  font-size: 9px;
  background-color: black;   
}

html>body .tile span.id {
  display: none;
}

.tile span.comment {
  display: none;
}
 
.tile:hover span.id { 
  display: block; 
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 2px;
  padding-right: 2px;
  height: 16px;
  z-index: 10000;
  color: white;
  font-size: 9px;
  background-color: black; 
}

.tile:hover span.comment { 
  display: block; 
  position: relative;
  top: -2px;
  left: 20px;
  z-index: 10000;
  color: white;
  font-size: 9px;
  overflow: visible; 
  width: 150px;
  line-height: 1em;
}

.tile span.id_static {
  display: block; 
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 2px;
  padding-right: 2px;
  height: 16px;
  z-index: 10000;
  color: white;
  font-size: 9px;
  background-color: black;   
}