.pagination_container {
	margin: 3px 0 7px;
	float: right;
}

#playlists, #search_playlists {
	width: 100%;
	border: 1px solid #878787;
	margin-top: 10px;
}

.button, .filter {
	font-size: 12px;
}

.music {
	font-size: 11px;
}

.center {
	text-align: center;
}

#playlists .ui-icon {
	float: left;
	cursor: pointer;
	margin-right: 5px;
}

.pl_desc{
	width: 500px;
	max-height: 300px;
	background-color: #fff;
	position: absolute;
	top: 10%;
	z-index: 2000;
	margin: 0 36%;
}

.modal_header{
	width:100%;
	background-color:#ADADAD;
}

.modal_header h3{
	margin-top:0;
	padding:10px;
}

.modal_header .close{
	float: right;
	padding: 10px;
	margin-top: -55px;
	cursor: pointer;
	color: #fff;
	font-weight: 800;
}

.pl_desc .content{
	padding: 10px;
	max-height: 220px;
	min-height: 100px;
	overflow: auto;
	margin-bottom: 10px;
}