/*
* @author: Chad
*/

.doc-icon {
	display: block;
	width: 20px; height: 25px;
	margin: 0; padding: 0;
	overflow: hidden;
}

.icon-excel {
	background: url(/img/ui/doc-type-sprite.png) no-repeat 0 -45px;
}

.icon-pdf {
	background: url(/img/ui/doc-type-sprite.png) no-repeat 0 0;
}

/* Regular Desktop */

@media only screen and (min-width:1024px) {

	
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

	

}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px) {


}
