.multicollab_body_class {
	#cf-span__status {
		background-color: #def3ff;
	}
	.cf-board-notice-top {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;

		.components-notice {
			background-color: inherit;
			border: none;
		}
	}

	.cf-board-notice {
		top: 0;
		position: absolute;
		z-index: 9;
		right: 0;
		left: 0;
		font-size: 13px;
		line-height: 22px;
		background-color: #fdf0b6;
		color: #191e23;
		border-left: 4px solid #F0B849;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);

		a {
			color: #4b1bce;
		}
		span {
			font-weight: bold;
			color: #fff;
			padding: 1px 5px;
			border: 1px solid #0000;
			background-color: #007cba;
			border-radius: 22px;
			text-align: center;
			font-size: 10px;
		}
	}

}
