#alliance {
	max-width: 1000px;
	margin: 15px auto;
}
.alliance-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alliance-top div {
	display: inline-block;
}
.alliance-name {
	overflow: hidden;
}
#alliance-ranks {
	text-align: right;
	max-width: 230px;
}
.alliance-rank, .alliance-kills {
	width: 90px;
	height: 33px;
	margin: 2px 0 2px 10px;
	line-height: 33px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.alliance-rank {background-image: url("../img/rank_bg.png");}
.alliance-kills {background-image: url("../img/kills_bg.png");}

#new-alliance-top {
	display: flex;
}
.alliance-info {
	width: 35%;
}
.alliance-info table td {
	width: 50%;
}
#graph-container {
	width: 65%;
}
.player-graph {
	width: 100%;
	height: 230px;
	margin-left: 20px;
}

.alliance-deleted {
	width: 650px;
	border: 2px #ffffff solid;
	background-color: red;
	color: #ffffff;
	text-align: center;
	padding: 5px 15px;
	margin: 10px auto;
}


.alliance-activity {
	clear: both;
	max-height: 400px;
	overflow-y: auto;
	border-bottom: 1px #b18b4c solid;
}

.activity-table {
	width: 100%;
    background-color: #b18b4c;
}
.activity-table td {
	padding: 0 10px;
}
.activity-table tr {
	height: 26px;
}
.activity-table tr td {
	background-color: #feeabc;
}
.activity-table tr:nth-child(odd) td {
	background-color: #fddb8a;
}
.at-1, .at-2 {
	min-width: 100px;
}
.at-3 {
	min-width: 70px;
}

.p-green { color: green }
.p-red { color: red }

.alliance-conquers-container {
	margin-top: 15px;
}
.alliance-conquers-th {
	margin-top: 15px;
}
.alliance-conquers {
	width: 100%;
	max-height: 330px;
	overflow-y: auto;
    background-color: #b18b4c;
	border-bottom: 1px #b18b4c solid;
}

#fulltable-but {
	margin: 0 auto;
}

.conq-conq, .conq-conq td {
	background-color: #cced97 !important;
}
.conq-lose, .conq-lose td {
	background-color: #fdbb97 !important;
}
.conq-ally, .conq-ally td {
	background-color: #c8ced5 !important;
}
#conq-pages {
	margin: 5px 0;
}

.conquers-table tr {
	height: 36px;
}
.conquers-table td {
	padding: 0 10px;
	text-align: center;
}

#new-alliance-middle {
	display: flex;
	margin-top: 10px;
}
#alliance-alchanges-container {
	width: 35%;
}
#new-alliance-wars {
	width: 65%;
	padding-left: 20px;
	box-sizing: border-box;
}
.alliance-alchanges-th {
	width: 100%;
}
.alliance-alchanges {
	width: 100%;
	margin-bottom: 5px;
	height: 295px;
	overflow-y: auto;
	border-bottom: 1px #b18b4c solid;
}
#new-ally-wars {
	display: flex;
	justify-content: space-between;
}
.ally-war {
	width: 189px;
	height: 87px;
	background-image: url("../img/war.png");
	margin: 10px;
}
.war-big-ally {
	width: 159px;
	max-height: 40px;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 17px;
	text-align: center;
	overflow: hidden;
}
.war-big-ally a {
	color: #fddf99;
}
.war-big-count {
	width: 159px;
	margin: 5px 0 0 15px;
	text-align: center;
	color: #fddf99;
	overflow: hidden;
	font-size: 20px;
}
#wars-table {
	width: 100%;
	margin-top: 10px;
}
#changes-pages {width: 100%;}