.edocman-download-link {
background-color: #bd362f !important;
float:left;
margin-right: 20px !important;  
}

.edocman-document-title-td .downloadinformation, .edocman-document-title-td .sizeinformation {
    font-size: 15px;
    color: #aaa;
    font-style: italic;
    display: inline;
}

.fontsmall {
    font-size: 16px;
}

select, input[type="file"] {
  height: auto !important;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:visited,
.btn-warning:link {
   
    color: white !important;
    background-image: linear-gradient(to bottom, #444, #444) !important;
  	background-color: #444 !important;
    border-color: #444 !important;
}


.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:link {
  
	 color: white !important;
    background-image: linear-gradient(to bottom, #fe0000, #fe0000) !important;
  	background-color: #fe0000 !important;
    border-color: #fe0000 !important;
  
}