.file-icon, .file-size {display:none;}
#hr-forms-section .field--items, #hr-forms-section .field--item {display:inline-block;}
.field--name-body {margin-top:1.5em;}
.field--name-field-revised {margin-bottom:1.5em;}
.field--item a, .field--item a:focus, .field--item a:hover {
  background-image: linear-gradient(to right, #782f40 40%, #ceb888 60%);
  background-position: 50% calc(100% - 1px);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 6px 1px;
}
.field--item a:focus, .field--item a:hover {
  background-image: linear-gradient(to right, #782f40 40%, #ceb888 60%);
  background-position: 50% calc(100% - 1.5px);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 12px 1px
}
/*.btn.s3-gt:hover a {color:#782f40}
.btn.s3-gd2c:hover a {color:#fff}*/

.field--name-field-upload-form a {
  background-color: #782f40;
  color: #fff !important;
  border: 1px solid #000;
  margin: 2px 0;
  border-radius: .25em;
  padding: 0.3em 0.8em;
  background-image: none !important;
  font-stretch: 75%;
  font-weight: 500;
  min-height:44px;
}
.field--name-field-upload-form a:hover, .field--name-field-upload-form a:focus {
  background-color: #000
}