#cookieScriptBanner{
	position: fixed!important;
	bottom: 0!important;
	width: 35%!important;
	min-width: 270px;
	right: 0!important;
	background-color: #fff39e;
	min-height: 5em!important;
	/*border-top-left-radius: 15px!important;
	border-top-right-radius: 15px!important;*/
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 1s linear;	
	z-index:9999;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
#cookieScriptBanner .w-75pc{
	/*width: 75%!important;*/
	margin-top: 0;
	padding-right: 5px;
	/*float: left;*/
}

#cookieScriptBannerRow{
	padding: 10px 25px!important;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#cookieScriptHeaderRow{
	padding: 10px 25px;
	background-color: #8e8e8e;
	color: #fff!important;
}
#cookieScriptHeaderRow > h4 {
	color: #000!important;
}
#cookieScriptBanner .w-25pc{
	/*margin-top: 50%;*/
	/*width: 25%!important;*/
}
.va-btn:active{
	background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.va-btn:hover{
	color: #333;
    text-decoration: none;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.va-btn{
	text-decoration: none;
    color: #000;
    background-color: #d2d2d2;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    outline: 0;
    width: 50%;
}
#cookieScriptAcceptedAllCookiesButton {
	background-color: #28a745;
}
#cookieScriptAcceptedAllCookiesButton:hover {
	background-color: #38c658;
}

@media only screen and (max-width: 769px) {
	.button-row {
		flex-direction: column;
	}
	.va-btn {
		width: 100%;
	}
}