* {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto',-apple-system,BlinkMacSystemFont,segoe ui,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,sans-serif;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #ebedef;
}
canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.header {
	background: #3c4b64;
    color: #FFF;
    height: 60px;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 0 15px;
    line-height: 60px;
} 

center a,a:visited	{ text-decoration: none; FONT-WEIGHT: bold; color: #003388; }
center a:active	{ color: #6F0000}
center a:hover		{ color: #0066FF}

.header a {
	color: #FFF;
	text-decoration: none;
} 
.header a:hover {
	opacity: 0.7;
}
.table-sub-tr {
    background: #eaeaea;
}
tr.table-tr:hover {
	background: #d9ddff;
}    
tr.table-tr:not(.table-sub-tr) {
	cursor: pointer;
}
.sort-desc:after {
    content: '▼';
	color: green;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
	position: absolute;
    top: 14px;
    right: 8px;
}    
.sort-asc:after {
    content: '▲';
	color: red;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
	position: absolute;
    top: 14px;
    right: 8px;
}    
.sort, .sort-users {cursor: pointer;}

.clan-table {
	margin: 0 15px;
	margin-bottom: 1px;
	border-radius: 3px 3px 0 0;
	background: #FFF;
	margin-bottom: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.block {
	margin-left: 15px;
	margin-bottom: 1px;
	border-radius: 3px 3px 0 0;
	background: #FFF;
	margin-bottom: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	display: inline-block;
	padding: 15px;
}

.table-head td {
	font-weight: bold;
	text-align: center;
}

.clan-table td {
	padding: 5px;
	border-left: 1px solid #ebedef; 
	font-size: 14px;
	padding: 10px;	
	position: relative;
}
.clan-table td:first-child {
	border-left: 0px; 
}

.clan-table td font {
	float: right;
}

.city {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 70px;
    font-weight: bold;
    margin: 0;
    border-left: 1px solid #e0e0e0;
    padding: 0 20px;
	cursor: pointer;
}

.city:first-child {
	border-left: 0px; 
	margin-left: -10px;
}

.city img {
    width: 70px;
}
.no-active-city img {
	opacity: 0.4;
}
.active-city img {
	opacity: 1;
}
.no-active-city {
	color: #888;
}
.active-city {
	color: #000;
}

.line {
	border-top: 1px solid #e0e0e0;
	padding: 15px 0;
}
.line:first-child {
	border-top: 0px solid #e0e0e0;
	padding-top: 0;
}
.modal {
	vertical-align: top !important;
    top: 125px;
	max-width: 700px !important;
}
.battle-now {
	display: inline-block;
}