
.hidden {
  display: none;
}
#project_docs {
  float: left;
  width: 550px;

}
#project_docs table {
  width: 100%;

}

#project_docs table td {
  background-color: #EEE;
  padding:4px;
  border: 2px solid #FFF;
  vertical-align: middle;
}

#project_docs table td table td {
  background-color: #EEE;
  padding:1px;
  border: 0px solid #FFF;
  vertical-align: middle;
}


.pdf {
  background: #EEE url('../images/miniPDF.gif') no-repeat 5px 3px;
  text-indent: 25px;
  font-weight: bold;
}
.doc {
  background: #EEE url('../images/miniWORD.gif') no-repeat 5px 3px;
  text-indent: 25px;
  font-weight: bold;
}
.xls {
  background: #EEE url('../images/miniEXCEL.gif') no-repeat 5px 3px;
  text-indent: 25px;
  font-weight: bold;
}
.ppt {
  background: #EEE url('../images/miniPOWERPOINT.gif') no-repeat 5px 3px;
  text-indent: 25px;
  font-weight: bold;
}
.other {
  background: #EEE url('../images/miniOTHER.gif') no-repeat 8px 3px;
  text-indent: 25px;
  font-weight: bold;
  height: 20px;
}
.logo {
  background: #EEE url('../images/li.gif') no-repeat 5px 3px;
  padding-left: 25px !important;
  font-weight: bold;
}

