a:link, a:active, a:visited{
	text-decoration:none;
	color:#FF5100;
}
a:hover{
	font-weight:bold;
	cursor:pointer;
}

body{
	background-color:#000;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
}
.fight{
	width:100%;
	text-align:center;
}

#banner{
	font-size:30;
	
}
#statsarea{
	
}
#navigation{
	background-color:rgba(0,0,0,0.8);
	position:fixed;
	margin-top:2em;
	display:block;
	top:0;
	right:0;
	text-align:right;
}
#rankings table{
text-align:center;
}
#auctionhouse table{
text-align:center;
}
#pagecontent{
	min-height:250px;
}
.ico{
	line-height:1em;
	vertical-align:middle;
	height:14px;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.attacks-area{
	max-width:500px;
}
.attack-log{
	width:90%;
	min-height:120px;
	display:inline-block;
	font-size:small;
	text-align:center;
	margin-bottom:5px;
	padding:5px;
	margin-left:1em;
	border-radius:10px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media only screen and (max-width: 600px) {
    table {
        font-size: 0.8em;
        width:100%;
    }
}


