.rfp h2 {
  margin-bottom:0px;
}
.rfp p {
  margin: 20px 0px;
}
.rfp-contact {
text-align:center;
}
.rfp-contact a {
color: #fff;
font-size: 16px;
}
#document-list a {
  display: block;
  padding: 20px 0;
}
#document-list a:hover {
  text-decoration: none;
  background: #eee;
}
#document-list a[href$='.pdf'] {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_62555/Image/icons/document-list/pdf.png') no-repeat 10px center;
}

#document-list a[href$='.xls'] {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_62555/Image/icons/document-list/xls.png') no-repeat 10px center;
}

#document-list a[href$='.ppt'] {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_62555/Image/icons/document-list/ppt.png') no-repeat 10px center;
}

#document-list a[href$='.docx'] {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_62555/Image/icons/document-list/docx.png') no-repeat 10px center;
}

#document-list a[href$='.com'],
#document-list a[href$='.net'],
#document-list a[href$='.gov'],
#document-list a[href$='.ca'],
#document-list a[href$='.org'] {
  background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_62555/Image/icons/document-list/www.png') no-repeat 10px center;
}

#document-list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  text-indent: 100px;
}
#document-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#document-list span {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: #999;
  width: 50;
  margin-left: 100px;
  text-indent: 0;
}
@media screen and (max-width: 380px) {
  #document-list a {
    text-align: right;
  }
}
