.media-table {

}
.media-table .row {
	margin: 0;
}

/*.media-table .pager .pages li a.action {
	width: 30px;
	height: 30px;
}*/
.media-table .row:first-child {
	border-top: none;
}
.media-table .row+.row {
	border-top: 1px solid #d0d4dc;
}
.media-table .row > div {
	padding: 0;
}
.media-categories h3 {
	margin-top: 0;
}
.media-categories ul {
	border-bottom: 1px solid #d0d4dc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.media-categories ul li a {
	color: #333 !important;
	text-decoration: none;
}
.media-categories ul li a:hover {
	text-decoration: underline;
}
.audio .player {
	background: #f6f7f8;
	background: -moz-linear-gradient(top, #f6f7f8 0%, #e0e2e7 100%);
	background: -webkit-linear-gradient(top, #f6f7f8 0%, #e0e2e7 100%);
	background: linear-gradient(to bottom, #f6f7f8 0%, #e0e2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f8', endColorstr='#e0e2e7',GradientType=0 );
}
.audio .player .controls {
	padding:0 20px;
}
.audio .player .controls td {
	text-align: center;
	vertical-align: middle;
}
.audio .player .controls a {
	line-height: auto;
	display: inline-block;
	opacity: 0.9;
	width: 28px;
	height: 28px;
	line-height: 24px;
	border: 2px solid #706f6f;
	color: #706f6f;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-o-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
}
.audio .player .controls a:hover {
	opacity: 1;
}
.audio .player .controls a.active {
	color: #fbdfe7;
}
.audio .player .progressbar {
	background: #fff;
	padding: 4px 2px;
	position: relative;
	height: 28px;
}
.audio .player .progressbar .state {
	display: block;
	background: #d1d5dc;
	width: 0;
	height: 100%;
	min-width: 1px;
}
.audio .player .time {
	line-height: 28px;
	color: #706f6f;
}
.media-search-box {
	padding: 6px 8px;
	border-bottom: 6px solid #f5b3c6;
	background: #f6f7f8;
	background: -moz-linear-gradient(top, #f6f7f8 0%, #e0e2e7 100%);
	background: -webkit-linear-gradient(top, #f6f7f8 0%, #e0e2e7 100%);
	background: linear-gradient(to bottom, #f6f7f8 0%, #e0e2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f8', endColorstr='#e0e2e7',GradientType=0 );
}
.media-search-box .text-box {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 32px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.media-search-box .btn {
	position: relative;
	padding-right: 28px;
	background: rgb(122,0,58);
	color: #fff;
}
.media-search-box .btn::after {
	position: absolute;
	right: 12px;
	top: 0;
	font-size: 26px;
	line-height: 30px;
	margin-left: 6px;
	content: "\f0da";
	display: inline-block;
	font-family: 'FontAwesome';
}
.media-search-box input {
	border: none;
	box-shadow: inset 3px 3px 10px #d4d4d4 !important;
	-webkit-box-shadow: inset 3px 3px 10px #d4d4d4 !important;
	-moz-box-shadow: inset 3px 3px 10px #d4d4d4 !important;
}
.media-table-info tr td {
	padding: 0;
	line-height: 40px;
}
@media (max-width: 768px) {
	.media-search-box .pull-right,
	.media-search-box .pull-right button {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}
}