

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font: 16px/1.5 'Roboto', sans-serif;
	min-height: 100%;
	background: #4b7a35;
	color: #d0bea3;
}

h1 {
	margin: 0 0 10px 0;
	font-weight: normal;
	padding: 10px 15px;
	font-size: 1.375em;
	text-align: left;
	color: #e2ddd0;
}

header {
	margin: 0 auto;
}

header .logo {
	display: inline-block;
	vertical-align: middle;
}

.header-inner {
	max-width: 940px;
	margin: 0 auto;
	padding: 15px 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-cols,
.header-cols--center {
	width: 235px;
	text-align: center;
}

.header-cols {
	order: 2;
}

.header-cols--center {
	order: 1;
}

.header-cols--left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-btn {
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.registry {
	width: 200px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	margin: 0px 0px 0 10px;
	border-radius: 20px;
	background: #cc2605;
	color: #bef0ff;
}

.registry:hover {
	background: #f44545;
	background: -moz-linear-gradient(top, #f44545 0%, #771818 100%);
	background: -webkit-linear-gradient(top, #f44545 0%, #771818 100%);
	background: linear-gradient(to bottom, #f44545 0%, #771818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f44545', endColorstr='#771818', GradientType=0);
}

.enter {
	border: 1px solid #d12c00;
	width: 200px;
	box-sizing: border-box;
	border-radius: 20px;
	color: #bef0ff;
}

.enter:hover {
	background: #f44545;
	background: -moz-linear-gradient(top, #f44545 0%, #771818 100%);
	background: -webkit-linear-gradient(top, #f44545 0%, #771818 100%);
	background: linear-gradient(to bottom, #f44545 0%, #771818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f44545', endColorstr='#771818', GradientType=0);
}

.sesav-game-middle {
	box-sizing: border-box;
	max-width: 940px;
	margin: 0 auto;
}

.sesav-game-middle #content-main {
	color: #f9f8f5;
	padding: 1em;
	background: #325233;
}

.txt {
	text-align: justify;
	font-size: 0.875em;
	line-height: 1.7;
}

.txt a {
	color: #f00;
}

.txt a:hover {
	text-decoration: none;
}

.txt a:visited {
	color: #113f95;
}

.txt ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

footer {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border-top: 1px solid #000b11;
	margin: 0 auto;
	padding: 0 0 10px 0;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.5);
	background: #072b04;
}

.copyright {
	text-align: center;
	font-size: 0.875em;
	padding: 0 0 1.5em 0;
	color: #ead2d2;
}

#content-main {
	background-color: rgba(240, 248, 255, 0.21);
}

@media screen and (max-width: 530px) {
	.header-inner {
		flex-direction: column;
	}
	.header-cols--center {
		margin-bottom: 15px;
	}
}

