/* medium-up */
@media screen and (min-width: 40em) {

}

/* only small */
@media screen and (max-width: 39.9375em) {

	div > #fileManagerTree {
		border: 1px solid #CCCCCC;
	}
	
}