.archives {
  margin: 2rem 2rem 5rem 2rem;
  }
.archiveBlock {
  margin: 5em 0;
  }

.archiveCatalog {
  background-color: #4CAF50;
  border: 2px solid #4CAF50;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 3px;
  cursor: pointer;
  border-radius: 4px;
  }
.archiveCatalog:hover, .archiveCatalog:active {
  background-color: white;
  border: 2px solid black;
  color: blue;
  }
  
.topSellers {
  display: table;
  border: 2px solid black;
  }
  
.tsRow {
  display: table-row;
  background-color: #DADEE3;
  }

.tsCell {
  display: table-cell;
  border: 1px solid black;
  padding: 5px 30px 2px 10px;   
  }
  
.tsHeader {
  font-weight: bold;
  color: white;
  background-color: #3D6AB3;
  text-align: center;
  }