#cookie-notice {
	display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 20%;
    background-color: #fff;
    padding: 15px 20px;
    text-align: center;
    z-index: 99;
    box-shadow: 2px 2px 10px #00000040;
	border-radius: 12px;
}

#cookie-notice p {
    margin-bottom: 0 !important;
    float: left;
    text-align: left;
    font-size: 13px;
    color: #5d5d5d;
    line-height: 1.5;
    padding-right: 20px;
	padding-bottom: 10px;
}

#cookie-notice .btn-primary {
    background: #22498a;
    color: #FFF;
    border: none;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 3px;
    width: 100%;
    float: right;
    margin-top: 4px;    
}

@media only screen and (max-width: 520px) {
	#cookie-notice p {
        font-size: 12px;
        line-height: 1.2;
	}
	
	#cookie-notice {
		width: 68%;
		bottom: 80px;
	}
}