#mod-display {

	.search_post_text, .custom_searchpost, .custom_selectedpost {
		display: none;
		width: 100%;

	}
	.custom_searchpost, .custom_selectedpost {
		.title {
			font-weight: 700;
			font-size: 12px;
		}	
	}
	.select_posts, .selected_posts {
		border: 1px solid #eee; 
		padding: 5px; 
		min-height: 25px; 
		margin-bottom: 10px; 
		display: inline-block;
		clear: both;
		width: 90%; 
		
		li { 
			position: relative; 
			
			&.no-selection {
				margin-left: 2px;
			}
			
			input { display: none; } 
			.detail { 
				color: #666666;
				font-size: 11px;
				position: absolute;
				right: 5px;
				text-transform: uppercase;
				top: 5px;
			}
			label {
				display: inline-block; 
			}
			i { margin-right: 5px; } 
			
		}
	}
	.select_posts {
		display: inline-block;
		max-height: 450px;
		overflow-x: hidden;
		overflow-y: auto;
		
	}


}

