* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
.footer {
  flex: 0 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.content {
  flex: 1 0 auto;
}

.DownloadCatalogs {
  /*width:100%;*/
  min-height:38px;
  text-align:center;
  /*margin: 20px;*/
}

.catalogHeader {
    color:#AE5E27;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:16px;
  line-height:19px;
  text-align: left;
  width:245px;
  height:21px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.colWidth {
  max-width: 200px;
  text-align: left;
}

#container {
  display: inline-block;
  height: max-content;
}


