.doclistk {
  line-height: 2;
}
.pzsakdl_document_headings {
  width:100%;
  background:#555;
  font-weight:bold;
  color:#fff;
  padding:5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  line-height:1.5;
}
.pzsakdl_document_heading_unit,
.pzsakdl_document_row_unit{
  display:inline-block;
  padding:0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: middle;
}

.pzsakdl_document_row_unit_image {
  display:inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}



.pzsakdl_document_heading_unit.date,
.pzsakdl_document_row_unit.date
{
  width:15%;
}
.pzsakdl_document_heading_unit.doc-cat,
.pzsakdl_document_row_unit.doc-cat
{
  width:20%;
}
.pzsakdl_document_heading_unit.size,
.pzsakdl_document_row_unit.size
{
  width:10%;
}

.pzsakdl_document_row_unit_image img {
  vertical-align: middle;
  margin:5px 5px 5px 0;
}

.pzsakdl_document_row {
  width:100%;
  border-top:#fff solid 1px;
  padding:0 5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.pzsakdl_document_row.is_odd {
  background:#eee;

}

.pzsakdl_document_row.is_even {
  background:#ddd;
}

.pzsakdl_document_row:hover{
  background:#ccc;
}











/* Edit this with the width of your site's page
 Once the browser window drops below this width, the nested blocks will be displayed full width if Resonsive Grid is active.
 * */
@media screen and (max-width:970px) {
  .sab-nested-block {width:100%!important;}
}
@media screen and (max-width:720px) {
  .pzsakdl_document_heading_unit,
  .pzsakdl_document_row_unit,
  .pzsakdl_document_heading_unit.doc-cat,
  .pzsakdl_document_row_unit.doc-cat,
  .pzsakdl_document_heading_unit.date,
  .pzsakdl_document_row_unit.date,
  .pzsakdl_document_heading_unit.size,
  .pzsakdl_document_row_unit.size
  {
    width:100%;
    line-height:1;
  }
  .pzsakdl_document_heading,
  .pzsakdl_document_row
  {
    padding:10px 5px;
  }

  .pzsakdl_document_headings {display:none;}
  .pzsakdl_document_row_unit.title:before {content:"Title: ";font-weight:bold;}
  .pzsakdl_document_row_unit.doc-cat:before {content:"Category: ";font-weight:bold;}
  .pzsakdl_document_row_unit.date:before {content:"Date: ";font-weight:bold;}
  .pzsakdl_document_row_unit.size:before {content:"Size: ";font-weight:bold;}

}


.pzsakdl_90 {width:90%;}
.pzsakdl_85 {width:85%;}
.pzsakdl_80 {width:80%;}
.pzsakdl_75 {width:75%;}
.pzsakdl_70 {width:70%;}
.pzsakdl_65 {width:65%;}
.pzsakdl_60 {width:60%;}
.pzsakdl_55 {width:55%;}

