.ls_cookie_block
{
	display: block;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
	left: 0px;
	height: auto;
	padding: 20px 20px;
	text-align: center;
	background-color: #003399;
	width: 100%;
}

.ls_cookie_block .text {
	display: block;
	font-size: 13px;
	color: #fff;
}
.ls_cookie_block .text a {
	color: #fff;
	text-decoration: underline;
}
.ls_cookie_block .text .col {
	display: inline-block;
}
.ls_cookie_block .text .col:first-child {
	width: 90%;
}
.ls_cookie_block .text .col:last-child {
	width: 10%;
}

.ls_cookie_block .text .btn {
	background: #2592f9;
  	padding: 8px 12px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.ls_cookie_block .text .btn:hover {
	background: #039;
  	padding: 8px 12px;
	cursor: pointer;
	color: #fff;
}

@media screen and (max-width: 720px) {
	.ls_cookie_block {
		width: 100vw;
	}
	.ls_cookie_block .text .col {
		display: block;
		width: 100% !important;
		margin: 0px 0px 20px;
		text-align: center;
		position: relative;
	}
	.ls_cookie_block .text .col .btn {
		margin: 0px auto;
	}
}
