.cc-window.cc-banner{
        width: 100%;
        padding: 25px 0 11px 0;
        border-top: 1px solid #eee;
}

.cc-banner .cc-message{
	text-align: center;
	margin: 0 auto;
        width: 70%;
        padding: 0;
}

.cc-banner .cc-message strong{
	font-weight: bold;
}

.cc-revoke, .cc-window{
	display: block;
	line-height: 1.8em;
	z-index: 99;
}

.cc-link{
	padding: 0;
	display: block;
	width: 160px;
	position: relative;
	left: 53%;
	top: 24px;
}

.cc-compliance{
	display: block;
	width: 160px;
	position: relative;
	left: 50%;
	bottom: 11px;
	transform: translateX(-90%);
}

.cc-btn:hover{
	background-color: #10326b !important;
	opacity: 0.8 !important;
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
	.cc-link{
		width: 140px;
	}
	.cc-compliance{
		width: 140px;
	}
        .cc-window.cc-banner .cc-message{
                margin-right:auto;
        }
       .cc-banner .cc-message{
                width: 64%;
        }
}
