.coordinates {
	position: absolute;
	bottom: 0;
	right: 0;
	font: small bold;
	color: red;
	}

li a {
    color: blue;
}

html { 
  background-image: url(images/empire.png); 
  color: blue;
}
 /* Style the tab */

.header-img {
  float: left;
  margin-right: 10%;
  }

.main {
  margin-top: 3%;
  margin-left: 3%;
  /* width: 80%; */
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1af;
  }

/* Style the buttons that are used to open the tab content */
.tab button {
  /* background-color: inherit; */
  background-color: #f1f1f10f;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bold;
  color: blue;
}

/* Change background color of buttons on hover */
  .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  background-color: #f1f1f1af;
  font-weight: bold;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin-top: 3%;
  margin-left: 3%;
} 

.weapon-class table {
width: 900px;
}

.weapon-class tr td {
  border: 1px solid blue;
  vertical-align: top;
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  width: 300px;
  height: auto;
  
}

.weapon-class td img {
  display: block;
  /*margin-left: auto;
  margin-right: auto;*/
  position: relative;
  left: 10%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

a:link, a:visited {
  color: blue;
  text-decoration: none;
  cursor: auto;
}

a:link:active, a:visited:active {
  color: blue;
  cursor: auto;
}

a:link:hover {
	text-decoration: underline;
	text-decoration-color: blue;
	-webkit-text-decoration-color: blue;
	cursor: pointer;
}

a.member-boss {
        color: red;
        font-weight: bold;
}

a.member-advisor {
        color: blue;
        font-weight: bold;
}

a.member-all {
        color: blue;
        font-weight: normal;
}

.container {
  width: 25%;
  }
.table_exp_battle {
  border: 1px solid blue;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  width: 95%;
  height: auto;
  }
  
.table_exp_battle tr td{
  vertical-align: top;
  text-align: right;
  border: 1px solid blue;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  color: green;
  }
 select { 
  /* background-color: #0000; */
  background: transparent;
  }
 
 
