.wpfilebase-attachment {
  border-top: 1px solid #00927c;
  border-right: 1px solid #00927c;
  border-bottom: 5px solid #00927c;
  border-left: 1px solid #00927c;
  color: #7d858c;

  margin: 0 3em;
  padding: 1em;
  text-align: left;
}
  .wpfilebase-attachment p {
    font-size: 1em !important;
  }

.wpfilebase-attachment-cat {
  background-image: none;
}


.wpfilebase-fileicon img {
  margin: 2px 0 2px 2px;
  padding: 2px;
}

.wpfilebase-attachment .wpfilebase-rightcol { float: left; }

.wpfilebase-filetitle {
  float: left;
  font-size: .9em;
  font-style: italic;
}

.wpfilebase-filetitle a {
  display: inline-block;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 .5em 0;
  text-decoration: none !important;
}

.wpfilebase-filetitle a.wpfilebase-postlink { font-size: 1em; }

.wpfilebase-fileinfo {
  border-left: 1px solid #80a8c2;
  color: #000;
  float: right;
  font-size: .9em;
  font-style: italic;
  height: 100%;
  margin: 0 1em;
  padding: 0 0 0 1em;
  text-align: left;
  width: 60px;
}

.wpfilebase-filedetails {
  clear: both;
  font-size: 12px;
  margin: 0 -50px 0 0;
  padding: 0;
}

.wpfilebase-filedetails-table, .wpfilebase-filedetails-table tr, .wpfilebase-filedetails-table tr th, .wpfilebase-filedetails-table tr td {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}


