
ul#datasheets-list{
  list-style:none;
  overflow:hidden;
  margin:10px;
  padding:0px;
  min-height:150px;
  height:auto !important;
  height:150px;

}

ul#datasheets-list li.data-sheet{
  width:48%;
  float:left;
  overflow:hidden;
}

div.sheet-thumb{
  float:left;
  width:60px;
  margin-right:5px;
}

div.sheet-thumb a{

}
div.sheet-thumb  img{

}

ul#datasheets-list li.data-sheet div.sheet-details{
  float:left;
  width:150px;
  margin:0px;
}

div.sheet-details p{
 margin-left:0px !important;
}

div#pdf-info {
  background:#e6e6e6;
  margin:0px !important;
  padding:10px;
}

div#pdf-info p {
 padding:10px 0px !important;
 margin:0px !important;
 color:#5f5d5f;
}

div#pdf-info p a{
 color:#5c000b;
 font-weight:bold;
 text-decoration:none;
}
