.fileUploader {
	border: 3px dashed #F0F0F0;
	background: transparent;
	text-align: center;
	margin: none;
}

.fileUploader.in {
	border: 3px dashed #E0E0E0;
	background: #f5f5f5;
	padding: 20px;
	font-size: larger;
}
.fileUploader.hover {
	background: #F0FFF0;
}
.fileUploader.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.relatedFilesTable {
    width: 100%;	
}

.relatedFilesTable th {
	font-weight: normal;
}

.tableHeader {	
	text-align: left;
}

.w20 {
	width: 20% !important;
}

.file-description {
	width: 98% !important;
}