﻿.auction_documents .document_header {
  font-weight: bold;
  margin: 10px 0; }

.auction_documents .catalogue .list_header_row,
.auction_documents .catalogue .document_list_item,
.auction_documents .tender .list_header_row,
.auction_documents .tender .document_list_item {
  border: 1px solid #DBDCDB; }

.auction_documents .catalogue .list_header_row,
.auction_documents .tender .list_header_row {
  padding: 3px;
  font-weight: bold; }

.auction_documents .document_list_item a {
  display: block;
  padding: 3px; }

@media (max-width: 767px) {
  .auction_documents .catalogue .list_header_row,
  .auction_documents .tender .list_header_row {
    display: none; } }

@media (min-width: 768px) {
  .auction_documents .catalogue .document_list_item,
  .auction_documents .tender .document_list_item {
    border-top: 0px; } }

