/*           legal forms - add some space to top of document listings
              and some zebra stripping                              */

.node-type-legal-forms .field-name-field-document {
  margin-top: 10px;
}

.node-type-legal-forms .field-name-field-document .field-item {
  margin: 2px 0;
  padding: 2px 0.5em;
}
.node-type-legal-forms .field-name-field-document .odd {
  background-color: #EEE;
}




/*           links - add some space to top of listings
              and some zera stripping also                        */

.node-type-links .field-type-link-field {
  margin-top: 10px;
}

.node-type-links .field-type-link-field .field-item {
  margin: 2px 0;
  padding: 2px 0.5em;
  font-weight: bold;
}
.node-type-links .field-type-link-field .odd {
  background-color: #EEE;
}