.ce-iframe-placeholder {
	background: #ccc;
	color: #000;
	padding: 25px;
	height: 100%;
	text-align: center;
	line-height: 22px;
}

.ce-banner-content-iframe {
	
}

.ce-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    background: #9b0000;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

.ce-banner-content {
	margin: 0 auto;
	width: 1100px;
}

.ce-banner a, .ce-banner a:link {
	color: #fff;
	text-decoration: underline;
}

.ce-banner a:hover {
	text-decoration: none;
}

.ce-accept, .ce-btn {
    height: 30px;
    line-height: 30px;
    border: none !important;
    background: #000;
    color: #fff !important;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
    padding: 0 20px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none!important;
}

.ce-accept:hover, .ce-btn:hover {
    background: #333;
}

@media only screen and (max-width: 1099px) { 
	.ce-banner {
		height: auto;
		line-height: 120%;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ce-banner-content {
		width: 100%;
		line-height: 18px;
	}
	.ce-accept, .ce-btn {
		display: table;
		clear: both;
		margin: 10px auto;
	}
}