pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  width: 66%;
}

/* navbar */
nav {
  width: 70%;
  height: 2.5rem;
}

.logo img {
  position: relative;
  top: 0.75rem;
  height: 2.5rem;
}

.tab-wrapper {
  margin-bottom: 2rem;
}

.tab-wrapper .tabs {
  background: none;
  width: auto;
  margin: 0;
}

.tabs .active {
  border-bottom: 2px solid #ebebeb;
}

.container {
  margin-top: 1.5rem !important;
}

.tab-wrapper .tabs .tab {
  padding: 0 1rem;
  width: auto;
}

.row {
  margin-bottom: 5px !important;
}

.addresses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
}

.addresses .address-card {
  min-width: 300px;
  flex-grow: 1;
  margin: 1rem;
}