/* Для шаблона {{Россия}} */

.russia-body {
	text-align: left;
}
.russia-header {
	background: #B0C4DE;
	color: white;
	font-size: 120%;
}
.russia-even {
	background: #FFFAF0;
	border-top: #C0C0C0 1px solid;
	padding-left: 5px;
}
.russia-odd {
	border-top: #C0C0C0 1px solid;
	padding-left:5px;
}
.russia-image, .navbox .russia-headers {
	background: #B0C4DE;
	text-align: center;
}
.russia-footer {
	font-weight: bold;
	background-color: #B0C4DE;
	color: white;
	font-size: 120%;
}
.russia-footer a {
	color: white;
}

.russia-block:not(:last-child) {
	margin-bottom: 2px;
}

/* Для шаблона {{Союзники}} */
.allies-body {
	text-align: left;
}
.allies-header {
	background: cornflowerblue;
	color: white;
}
.allies-header a {
	color: white;
}
.allies-headers {
	background: cornflowerblue;
	border-top: cornflowerblue 1px solid;
	color: cornflowerblue;
}
.allies-even {
	background: #FFFAF0;
	border-top: cornflowerblue 1px solid;
	padding-left:5px;
}
.allies-odd {
	border-top: cornflowerblue 1px solid;
	padding-left:5px;
}
.allies-image {
	background: cornflowerblue;
	text-align: center;
}

/* Прочее */
.remark {
	font-size: 80%;
}