.ns-cookie-button-container + * {
  margin-top: 1.5625rem
}

.ns-cookie-button-container + .ns-anchor + * {
  margin-top: 1.5625rem
}

@media screen and (min-width: 64em) {
  .ns-cookie-button-container {
    width: 64%;
    max-width: 49.6875rem;
    float: left
  }
}

@media screen and (min-width: 75em) {
  .ns-cookie-button-container {
    margin-left: 6.25%;
    width: 50%
  }

  .ns-cookie-button-container + * {
    margin-top: 2.5rem
  }

  .ns-cookie-button-container + .ns-anchor + * {
    margin-top: 2.5rem
  }
}

.ns-btn {
  padding: 15px;
  background: #0271a6;
  color: #fff;
  transition: background .35s ease;
  border-radius: 4px;
  display: inline-block;
  font-weight: 300
}

.ns-btn:hover {
  background: #007fbe;
  color: #fff
}

.ns-btn__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center
}

.ns-btn__icon {
  margin-left: 16px
}

.svg-arrow-right {
  width: 7px;
  height: 12px
}

.mms-table-wrap--cookie .exceldl-link {
  display: none
}

.ns-table__content {
  display: table;
  width: 100%
}

.ns-row {
  display: table-row
}

.ns-cell {
  padding: .3125rem .1875rem;
  border-bottom: 1px solid #fff;
  color: #666;
  display: table-cell
}

.ns-cell.head_cookie_bold {
  font-weight: 600
}

.ns-cell.head_cookie_bold, .ns-cell.line {
  border-bottom-color: #666
}

.ns-cell p {
  margin: 0
}

.ns-cell span {
  white-space: pre-line
}

.ns-cell:nth-child(1) {
  width: 30%
}

.ns-cell:nth-child(2) {
  width: 10px
}

.ns-cell:nth-child(3) {
  width: calc(20% - 10px)
}

.ns-cell:nth-child(4) {
  width: 10px
}

.ns-cell:nth-child(5) {
  width: calc(20% - 10px)
}

.ns-cell:nth-child(6) {
  width: 10px
}

.ns-cell:nth-child(7) {
  width: calc(20% - 10px)
}
