.cc-window.cc-banner{
	padding:15px;
	overflow:hidden;
}
.my-cool-layout{
	width:100%;
	display:table;
}
.my-cool-layout .layoutRow{
	display:table-row;
}
.my-cool-layout .layoutCell{
	display: table-cell;
	vertical-align: middle;
}
.cc-header {
	display: block;
	margin-bottom:15px;
}
.msgDiv{
	font-size: 14px;
	line-height: normal;
}
.msgDiv .cc-message{
	display: inline;
	font-size:inherit;
}
.my-cool-layout .btn{
	display:inline-block;
	min-width:auto !important;
	margin: 0;
}
.complianceDiv{
	text-align: right;
	min-width: 500px;
}
.cc-btn{
	font-size:14px;
	font-weight: normal;
}
.cc-link{
	padding:0;
	line-height:normal;
}
	
.cc-window.cc-floating{
	padding:15px !important;
	max-width: none !important;
}
.cc-bottom {
	bottom: 0 !important;
}

.cc-revoke.cc-bottom {
	left: auto;
	right: 45px;
	padding: 5px 10px 10px !important;
	font-size: 14px;
}
.cc-right{
	right:0;
}

.rvbtn {
    min-width: 70px;
    width: auto;
    border-radius: 3px;
    outline: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
	text-decoration:none;
    padding: 8px 14px;
    opacity: 1;
}

.popup-layout{
	position: fixed;
	width: 300px;
	border-radius: 6px;
	border: solid 1px #e6e6e6;
	padding: 22px;
	overflow: hidden;
}

.top-left{
	top		: 30px;
	left	: 30px;
}

.top-center{
	top		: 30px;
	left	: 40%;
}

.top-right{
	top		: 30px;
	right	: 30px;
}

.bottom-left{
	bottom	: 30px;
	left	: 30px;
}

.bottom-center{
	bottom	: 30px;
	left	: 40%;
}

.bottom-right{
	bottom	: 30px;
	right	: 30px;
}

.popup-layout h3.headingpop {
    font-size: 14px;
    margin: 0 0 8px;
}
.popup-layout p.poppargarph {
    line-height: 18px;
    margin-top: 0;
}
.popup-layout .cc-link {
    color: #003648;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration: underline;
	display: block;
	text-align:center;
}

button.popbutton {
    min-width: 70px;
    width: auto;
    border-radius: 3px;
    outline: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 14px;
    opacity: 1;
	margin-top:10px;
}
.popup-layout .outerdiv {
	margin: 0px auto;
	}
	
.poptextbutton {
    width: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px){
	.my-cool-layout .layoutCell{
		display:block;
	}
	.complianceDiv {
		text-align: left;
		padding: 10px 0 0 0;
	}
	
	.cc-window.cc-floating{
		padding:15px !important;
		max-width: none !important;
	}
	.cc-bottom {
		bottom: 0 !important;
	}
	.cc-revoke.cc-bottom {
		right: 15px;
	}
}

.dismiss-btn{
	font-size: 22px !important;
	padding: 3px 8px !important;
	vertical-align: top;
}