/* !HEADING INFO */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs pre {
	background: #ddd;
	padding:15px;
	border-radius: 3px;
}
/* !FORMATTING */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs * {
	-webkit-transition: 0.5s all ease; 
	-moz-transition: 0.5s all ease; 
	-ms-transition: 0.5s all ease; 
	-o-transition: 0.5s all ease; 
	transition: 0.5s all ease;
}
/* !TABLE */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs thead, 
#dlthumbs thead tr,
#dlthumbs tbody tr {
    display:table;
    width:100%;
}
#dlthumbs tbody {
	display: block;
	max-height: 40vh;
	overflow-y: scroll;
}
#dlthumbs tbody tr {
	border-bottom: 1px solid #ecebeb;
}
#dlthumbs thead tr th:nth-child(1),
#dlthumbs tbody tr td:nth-child(1) {
	width: 25px;
}
#dlthumbs tbody tr td:nth-child(1) {
	border-left: 4px solid transparent;
}
#dlthumbs thead tr th:nth-child(2),
#dlthumbs tbody tr td:nth-child(2) {
	width: 50px;
}
/* !TABLE - HIGHLIGHT DELETE */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs tbody tr.deleteme {
	background: #fdf5f5;
}
#dlthumbs tbody tr.deleteme td:nth-child(1) {
	border-left-color: #d72b2c !important;
}
#dlthumbs tbody tr.deleteme label {
	color: #d72b2c !important;
}
/* !TABLE - NO FILES WARNING */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs #wtfnofiles {
	padding: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #999;
}
#dlthumbs #wtfnofiles code {
	font-size: 10px;
}
/* !THE MAGIC */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs textarea[name=dlthumbs_list] {
	width: 100%;
	height: 100px;
	font-size: 9px;
	line-height: 1.1em;
	font-family: monospace;
	display: none;
}
/* !CREDIT */
/* ---------------------------------------------------------------------------------------------------*/
#dlthumbs #streetcred {
	font-size: 10px;
	margin-bottom:0;
}
#dlthumbs #streetcred,
#dlthumbs #streetcred a:link,
#dlthumbs #streetcred a:visited {
	color: #ccc;
	text-decoration: none;	
}
#dlthumbs #streetcred a:hover,
#dlthumbs #streetcred a:visited:hover {
	color: #666;
}
