@charset "utf-8";
/* CSS Document */

.divClass {
		background: #fbfbfb;
		font-family: inherit;
		height: auto;
		position: fixed;
		right: 15px;
		text-align: center;
		top: 15px;
		width: 150px;
		z-index: 1000000;
		padding:12px 10px;
	}
	.deleteDiv {
		background: #ccc;
		cursor: pointer;
		height: 10px;
		opacity: 0.4;
		padding: 6px;
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
	}
	.deleteDiv:hover {
		opacity:0.8;
		}
	
	.carbonad{
		background: none !important;
    border: 0 !important;
    height: auto !important;
    line-height: inherit !important;
    width: inherit !important;
	overflow:hidden;
	}
	.carbonad-text {
		height:auto !important;
		}
	.carbonad-tag {
		margin-left:0 !important;
		width:100%;
		padding:5px 0 !important;
		margin-top: 5px !important;
		}