#sortableTable {
	clear: both;
}
.lyteboxImg {
	max-width: 170px;
}

.dataTables_filter {
	position: relative;
	float: left;
}

.dataTables_filter input {
	height: 20px;
	width: 205px;
	border: 1px solid #cdcdcd;
}

#lbCaption .lyteboxContainer h2 {
	color: #605d5c;
    font-family: wuerthbold,Arial,Helvetica,"Microsoft Yahei","微软雅黑",sans-serif;
    font-size: 18px;
    margin: 15px 4px 12px;
    padding: 0;
	line-height: 19px;
	font-weight: normal;
}

#lbCaption .lyteboxContainer p {

}

#lbCaption .lyteboxContainer table {
	width: 100%;
	font-size: 11px;
}


@media screen and (min-width: 200px) and (max-width:974px){
	.lyteboxImg {
		max-width: 170px;
		width: 100%;
		height: auto;
	}
	
	.alphabet .label {
		display: block;
		width: 100%;	
	}
			
}

@media screen and (max-width: 380px) {
	table#sortableTable tr td:nth-child(4),
	table#sortableTable tr th:nth-child(4) {
		display: none;	
	}
	
	
	.dataTables_length {
		float: left;	
	}
}