/* Custom Media Library styles
------------------------------------------------------------ */

.soliloquy-attachment-explain { 
	margin: 0 0 20px !important; 
	width: 609px; 
}

.soliloquy-attachment-learn { 
	display: none; 
} 

.soliloquy-attachment-learn p { 
	padding-top: 0; 
} 

.soliloquy-cannot-attach { 
	background: #ffebe8; 
	filter: alpha(opacity=40); 
	height: 100%;
	left: 0;
	opacity: .4; 
	position: absolute; 
	top: 0; 
	width: 100%;
	z-index: 1000;
} 

.soliloquy-currently-attached { 
	background: rgba(203, 236, 160, .4); 
}