	#cookiesInfoLayer {
            float: left;
            right: 0px;
            left: 0px;
            top: auto;
            bottom: 0px;
            width: 100%;
		overflow: auto;
		display: none;
		background-color: #E5E5E5;
        }

	  #cookiesInfoContainer {
   		margin-top: 6px;
		margin-bottom: 6px;
		margin-right: 46px;
		margin-left: 46px;
		font-size: 12px;
        color: #000000;
        }

	#cookiesInfoText a:link {
            color: #000000;
        }

	#cookiesInfoText a:hover {
            color: #000000;
        }

	#cookiesInfoText a:visited {
            color: #000000;
        }
    .text-center {
        text-align: center;
    }