.header
{
	background: url('/images/content/vcr/history_header.jpg') no-repeat top center;
	padding-bottom: 0;
}
.header h1
{
	margin-bottom: 20px;
}
.header p:last-of-type + div
{
	margin-top: 20px;
}
.vcr-block#contests-block
{
	background: #ffffff;
}
.vcr-block#contests-block .result-info
{
	border: none;
	margin-top: 0;
}
.vcr-block#contests-block .head-element
{
	background: #ffffff;
}
.vcr-block#contests-block .head-element > div
{
	color: #003770;
	font-weight: bold;
}
.vcr-block#contests-block .list-element
{
	background: #9ed5ed;
	color: #003770;
	overflow: auto;
}
.vcr-block .result-info .list-element-head > div > div
{
	color: #003770;
	font-size: 18px;
	font-weight: bold;
}
.header p:first-of-type
{
	font-size: 28px;
	font-weight: bold;
}
.vcr-block .period,
.vcr-block .header h4
{
	text-align: center;
	color: #003770;
	font-weight: bolder;
}
.vcr-block .period
{
	display: inline-block;
	font-size: 18px;
	background: #dff6fe;
	padding: 1.2em 3em;
	border-radius: 72px;
	box-shadow: 0 3px 1px #9ed5ed;
}
.vcr-block .result-info .list-element-head > div > div a
{
	color: #003770;
}
.result-info .list-element-body .winner
{
	background: #ffffff;
	color: #003770;
	border-right: 1px;
}
.result-info .list-element-body .winner:nth-of-type(even)
{
	background: #dff6fe;
}
.result-info .list-element-body .winner > div:nth-of-type(3),
.result-info .list-element-body .winner > div:nth-of-type(10)
{
	font-weight: bold;
}
.result-info .list-element-body .winner > div:before
{
	color: #003770;
}
.result-info .list-element-body::-webkit-scrollbar-track
{
	background: #009ee6;
}
.result-info .list-element-body::-webkit-scrollbar-thumb
{
	background: #ffffff;
}

.pagination > li > a:focus
{
	background: transparent;
	border: none;
	color: #ffffff;
	font-weight: bolder;
	line-height: 36px;
}
.pagination > li.active > a
{
	color: #003770;
	font-weight: 600;
	background: transparent;
}
.pagination > li > a:hover
{
	background-color: transparent;
	border-color: initial;
}
.pagination > li > a.prev,
.pagination > li > a.next,
.pagination > li.prev > a,
.pagination > li.next > a
{
	font-weight: bold;
	font-size: 26px;
	font-family: monospace;
	background: #009ee6;
	color: #ffffff;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	padding: 0;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}
.pagination > li > a.prev:hover,
.pagination > li > a.next:hover,
.pagination > li.prev > a:hover,
.pagination > li.next > a:hover,
.pagination > li > a.prev[href*="/"]:hover,
.pagination > li > a.next[href*="/"]:hover
{
	color: #23527c;
}
.pagination > li > a.prev[href*="/"],
.pagination > li > a.next[href*="/"],
.pagination > li.prev > a,
.pagination > li.next > a
{
	color: #003770;
}
.pagination > li.prev.disabled > a,
.pagination > li.next.disabled > a,
.pagination > li.prev.disabled > a:hover,
.pagination > li.next.disabled > a:hover
{
	color: #cccccc;
	background: #8cd7f0;
}
.paginator-block + .button-block
{
	width: 600px;
	max-width: 100%;
	margin: 0 auto 4rem;
}
footer
{
	display: inline-block;
}