
		#info-message {
			color: #383838;
			display:none;
			float:left;
			padding: 0.75em 0px 0px 0px;
			position:fixed;
			width:100%;
			bottom: 0px;
			z-index: 9999999;
		}

		#info-message .container {
			font-size: calc(1em + 0.3vw);
		}

		#info-message .container {
			background-color:#fff;
			box-shadow: 0 0 40px #3333;
		}

		#info-message .ops,
		#info-message .asset_button {
			display:flex;
			display:-webkit-flex;
		}

		#info-message .ops {
			justify-content: space-between;
			-webkit-justify-content: space-between;
		}

		#info-message h3 {
			color:#222;
			margin: 15px 0px;
		}

		#info-message a {
			color:#8BB1D1;
			cursor:pointer;
		}

		#info-message .asset_button {
			flex-direction: column;
			-webkit-flex-direction: column;
			justify-content: center;
			-webkit-justify-content: center;
			background-color:#222;			
			border:2px solid #222;
			border-radius: 3px;
			color:#fff;
			font-family: Hind, Lato, arial, helvetica;
			font-weight: 500;
			line-height: normal;
			letter-spacing: .5px;
			padding-left: 15px;
			position: relative;
			text-align: center;
			width:100%;
		}

		#info-message #cookie-reject {
			background-color:#fff;
			color:#222;
		}


		@media screen and (max-width:992px) {
			#info-message {
				background-color:#fbfbfb;
			}
			
			#info-message * {
				font-size: 16px;
			}
			
			#info-message .container {
				padding: 5px 15px 25px 15px;
			}
			#info-message .asset_button {
				border-width:3px;
				letter-spacing: 0px;
				margin: 10px 0px;
				padding: 1rem 0px;
				text-align:center;
				width:calc(50% - 10px);
			}
		}


		@media screen and (min-width:992px) {
			#info-message {
				padding-bottom: 25px;
			}
			#info-message .container {				
				border-radius: 5px;
				margin-bottom: 20px;
				padding-bottom: 10px;
			}
			#info-message .ops {
				flex-direction:row;
				-webkit-flex-direction:row;
				justify-content:space-between;
				-webkit-justify-content:space-between;
			}
			#info-message .ops > * {
				width:calc(50% - 7.5px);
			}

			#info-message .asset_button {
				font-size: calc(1em + 0.3vw);
			}
		}
		