p {
}

.cb-body-en {
  font-family: 'Ny Carlsberg Display';
  font-size: 16px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0,0,0,0);
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

